Skip to main content

TaskPool

Solo task pool (blocking, inline, fast).

Attributes

AttributeTypeDescription
body_can_be_bufferboolean = TrueIndicates that the task body can be processed as a buffer to optimize memory usage during task execution.

Constructor

Signature

def TaskPool(
*args: any,
**kwargs: any
) - > null

Parameters

NameTypeDescription
*argsanyVariable length argument list passed to the base pool constructor.
**kwargsanyArbitrary keyword arguments passed to the base pool constructor.