Directories
¶
Path | Synopsis |
---|---|
concurrency
|
|
coconutworker
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. |
jobpacket
Package jobpacket provides allows implementing simple job queue.
|
Package jobpacket provides allows implementing simple job queue. |
jobqueue
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. |
jobworker
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. |
Package coconut provides the functionalities required by the Coconut Scheme.
|
Package coconut provides the functionalities required by the Coconut Scheme. |
Package utils provides auxiliary functions required by the Coconut Scheme.
|
Package utils provides auxiliary functions required by the Coconut Scheme. |
Click to show internal directories.
Click to hide internal directories.