-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Concurrently process messages in protocol execution loop (#1136)
* Re-apply fjarris suggestions * Use RwLock rather than mutex * Dont use a mutex * Error handling * Error handling * Tidy * Also concurrently process outgoing messages * Only send outgoing messages if there are messages to send * Error handling * Dont use more than 16 worker threads * Use join handle for outgoing messages * Tidy
- Loading branch information
Showing
3 changed files
with
116 additions
and
60 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