future
dandy.core.future.future
async_executor = concurrent.futures.ThreadPoolExecutor()
module-attribute
FutureResultType = TypeVar('FutureResultType')
module-attribute
AsyncFuture
Bases: Generic[FutureResultType]