@JuliaRegistrator register
Release Notes:
New Features
return_on_completion=true
- When this is false, the
readworkwrite function returns immediately with handles to the tasks and channels, so that work can be stopped early or otherwise monitores/controlled.
- More extensive tests
- Channels are typed (inferred from processing the first element of the data)
@JuliaRegistrator register
Release Notes:
New Features
return_on_completion=truereadworkwritefunction returns immediately with handles to the tasks and channels, so that work can be stopped early or otherwise monitores/controlled.