TaskPool
Solo task pool (blocking, inline, fast).
Attributes
| Attribute | Type | Description |
|---|---|---|
| body_can_be_buffer | boolean = True | Indicates 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
| Name | Type | Description |
|---|---|---|
| *args | any | Variable length argument list passed to the base pool constructor. |
| **kwargs | any | Arbitrary keyword arguments passed to the base pool constructor. |