-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(host): extract worker message handling (#307)
* feat(host): extract worker message handling * [WIP](host): add initial cancel API for proof tasks * fix(host): add return expression * fix(host): wrap prover into a option string * fix(host): cleanup imports * refactor(host): move proof handlers into separate module * feat(host): use actor pattern to spawn tasks * refactor(host): clean up task spawning * chore(deps): remove hyper * chore(deps): update dependencies * feat(host): add concurrency limit to proof tasks * fix(pipeline): convert buffer types * fix(harness): pass second argument * refactor(host): move allocator next to memory module * feat(host): handle task cancell status and refactor handler * feat(host,task_manager): add documentation to v2 API * fix(host): fix typo in docs * chore(lib,core,host): use tracing instead of println * feat(host): update cancellation route * refactor(host): move proof file into module * [WIP](core,host,task_manager): stub prune and report endpoints * refactor(task_manager): use `TaskDescriptor` inside `TaskReport` * feat(host): don't start work unless the latest status is `Registered` * feat(host): update prune docs with `PruneStatus` * feat(task_manager): refactor in memory implementation
- Loading branch information
1 parent
d2b87e0
commit ae8858c
Showing
20 changed files
with
849 additions
and
643 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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.