-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Weave as a background service (#136)
* 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 ¯\\\_(ツ)\_/¯
- Loading branch information
Showing
38 changed files
with
1,199 additions
and
193 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.