class documentation
Store one function call for a daemon worker.
A work item writes the call result or exception to a concurrent future.
| Method | __init__ |
Initialize a worker item. |
| Method | run |
Run the stored call and complete its future. |
| Instance Variable | args |
Undocumented |
| Instance Variable | fn |
Undocumented |
| Instance Variable | future |
Undocumented |
| Instance Variable | kwargs |
Undocumented |