You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Create base types for composability with other execution engines #132
* Renamings
* Prepare for job support
* Weave as an executor service - high-level API
* Update the state machine to support executor mode
* Wait for the runtime to be ready (next step, wakeup of worker tree on submission)
* Have a manager thread handle job submissions to avoid race in termination detection
* Fix parallel jobs example to properly wait
* add job spawning tasks test
* Fix awaiting delayed computations
* Implement jobs with multiple dependencies
* add runInBackground to start Weave as a service
* Update tests and documentation
* Workaround upstream regression on GC-safe createThread nim-lang/Nim#14370
* cleanup can have side effect on Windows. Also bmp nimble version
* cleanup for LazyFlowvar can also have side-effects
* Threads cannot be copied ¯\\\_(ツ)\_/¯
The following compiles in Nim 1.2.0 but fails on latest devel
Error:
The text was updated successfully, but these errors were encountered: