Documentation ¶
Overview ¶
Package cryptoworker combines coconut worker and job workers for a client instance.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CryptoWorker ¶
type CryptoWorker struct {
// contains filtered or unexported fields
}
CryptoWorker allows writing coconut actions to a shared job queue, so that they could be run concurrently.
func (*CryptoWorker) CoconutWorker ¶
func (cw *CryptoWorker) CoconutWorker() *coconutworker.CoconutWorker
CoconutWorker returns coconut worker instance associated with cryptoworker.
func (*CryptoWorker) Halt ¶
func (cw *CryptoWorker) Halt()
Halt cleanly shuts down a given cryptoworker instance.
Click to show internal directories.
Click to hide internal directories.