| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| gloo-worker 0.6.0 _ gloo-worker-macros 0.2.0 source code.tar.gz | 2026-03-25 | 495.1 kB | |
| gloo-worker 0.6.0 _ gloo-worker-macros 0.2.0 source code.zip | 2026-03-25 | 582.4 kB | |
| README.md | 2026-03-25 | 405 Bytes | |
| Totals: 3 Items | 1.1 MB | 0 | |
MSRV updated to 1.82
Breaking Changes
- Default worker type is now ES module (
as_module: trueby default). Users who relied on the classic default must now call.as_module(false)explicitly. (#421) by @JonasAlaif spawn_with_loader()removed. Use.with_loader(true).spawn(path)instead. (#421) by @JonasAlaif
Fixes
- Fix broken docs link for
WorkerSpawner(#487) by @ranile