Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@dsbasko dsbasko released this 06 Mar 09:46

Release basic features.

Available functions:

  • NewContext(ctx, ...signals) (gs, ctx, cancelFn);
  • NewChannel(...signals) (gs, stopCh)
  • gs.Subscribe()
  • gs.SubscribeN(count)
  • gs.Unsubscribe()
  • gs.UnsubscribeN(count)
  • gs.UnsubscribeFn(cleanFn)
  • UnsubscribeFnWithTimeout(cleanFn, timeout)
  • Count()
  • Wait()
  • WaitWithTimeout(timeout)

  • test coverage 100%
  • documentation
  • linet