Crate taq

Source
Expand description

Task management abstraction.

Modules§

error
Error types and what not.
global
Global task handles.

Macros§

job
Create a Job using a closure-style syntax.

Structs§

Handle
Utility for sending Jobs to a Task.
Job
Do work on a mutable reference through a closure.
TaskManager
Utility provided to a Task implementer for managing incoming Jobs.

Traits§

HandleExt
Extentions for Handle.
Task
An isolated process which can be managed with a Handle.

Functions§

run
Runs a Task and returns a Handle to it.
run_global
Runs a Task and saves the handle to the global state.