# API Reference


## Classes


[futured](futured.md#futured.futured)  
A partial function which returns futures.

[threaded](threaded.md#futured.threaded)  
A partial function executed in its own thread pool.

[processed](processed.md#futured.processed)  
A partial function executed in its own process pool.

[asynced](asynced.md#futured.asynced)  
A partial async coroutine.

[command](command.md#futured.command)  
Asynchronous subprocess with a future compatible interface.


## Functions


[decorated()](decorated.md#futured.decorated)  
Return subclass with decorated methods.

[forked()](forked.md#futured.forked)  
Generate each value in its own child process and wait in the parent.
