Directories ¶
Path | Synopsis |
---|---|
Package coconutworker is a wrapper for computing coconut-related operations concurrently, such that the callee does not need to be concerned with system-wide params.
|
Package coconutworker is a wrapper for computing coconut-related operations concurrently, such that the callee does not need to be concerned with system-wide params. |
Package jobpacket provides allows implementing simple job queue.
|
Package jobpacket provides allows implementing simple job queue. |
Package jobqueue is implemented based on eapache's infinite channel template: https://github.com/eapache/channels/blob/master/infinite_channel.go As explained by the author in documentation: https://godoc.org/github.com/eapache/channels due to Go's type system limitations direct import of his library is impractical.
|
Package jobqueue is implemented based on eapache's infinite channel template: https://github.com/eapache/channels/blob/master/infinite_channel.go As explained by the author in documentation: https://godoc.org/github.com/eapache/channels due to Go's type system limitations direct import of his library is impractical. |
Package jobworker implements worker for performing tasks defined by jobpacket that are in the queue.
|
Package jobworker implements worker for performing tasks defined by jobpacket that are in the queue. |
Click to show internal directories.
Click to hide internal directories.