Skip to content
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.

Adding legacy integration methods

Compare
Choose a tag to compare
@catmullet catmullet released this 11 Mar 17:53
· 16 commits to master since this release
c97624c
   // OutChannel Returns the workers output channel if worker is not joined with another worker.
   // If the worker already has a child worker attached this function will return an error (workers.ErrOutChannelUpdate).
   OutChannel() (chan interface{}, error)
   // InChannel Returns the workers intake channel for use with legacy systems, otherwise use workers Send() method.
   InChannel() chan interface{}