package
Version:
v0.0.1-alpha.1
Opens a new window with list of versions in this module.
Published: Aug 21, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Executor is a rate-limited work queue with concurrent workers.
New creates a new Executor with a queue size, number of workers,
and a job-running or shutdown timeout.
AddJob adds a job to the queue.
Job is an Action to be executed by the workers in the Executor.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.