package
Version:
v0.0.0-...-f838e45
Opens a new window with list of versions in this module.
Published: Nov 21, 2024
License: GPL-3.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package worker performs heavy-lifting tasks in the background.
Add adds a job to the end of the queue (FIFO).
The returned channel can be queried to get the job result.
AddAndWait adds the job to the queue and blocks until the job is finished.
It returns the error from the job or the context's error, whatever happens first.
type Option func(o *options)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.