Intermediate20 minAsync & ParallelDev Preview
CPU vs I/O Optimization with Worker Types
Blazing automatically optimizes execution by using different worker pools. Use `step_type='BLOCKING'` for CPU-intensive work and default (NON_BLOCKING) for I/O-bound operations. This prevents CPU tasks from blocking async I/O operations — uses HTTPX, NumPy.
Coming SoonDev Preview
This content is part of an upcoming preview program. Request early access
#httpx#numpy#python#worker-types
flow.py