Reference

Classes

futured

A partial function which returns futures.

threaded

A partial function executed in its own thread pool.

processed

A partial function executed in its own process pool.

asynced

A partial async coroutine.

command

Asynchronous subprocess with a future compatible interface.

Functions

decorated()

Return subclass with decorated methods.

forked()

Generate each value in its own child process and wait in the parent.