-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
avoid blocking batchVerifyParallel (#154)
* avoid blocking batchVerifyParallel The current version of `batchVerifyParallel` calls `syncAll` which syncs on all executing tasks. This PR changes this to syncing a Flowvar instead thus allowing `batchVerifyParallel` to be called as a task itself. Requires status-im/nim-taskpools#33 * autoselect too --------- Co-authored-by: zah <[email protected]>
- Loading branch information
1 parent
d8507ef
commit 5937eb9
Showing
4 changed files
with
117 additions
and
44 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