···11----
22-"moroutine": patch
33----
44-55-Auto-detect and transfer AbortSignal arguments to workers
66-77-AbortSignal args are automatically detected, marked transferable via `util.transferableAbortSignal()`, and transferred to the worker. Works with regular tasks, streaming moroutines, and dedicated workers.
+8
CHANGELOG.md
···11# moroutine
2233+## 0.1.1
44+55+### Patch Changes
66+77+- 5068c96: Auto-detect and transfer AbortSignal arguments to workers
88+99+ AbortSignal args are automatically detected, marked transferable via `util.transferableAbortSignal()`, and transferred to the worker. Works with regular tasks, streaming moroutines, and dedicated workers.
1010+311## 0.1.0
412513### Minor Changes