forked from flux-framework/flux-pmix
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
replace flux_msglist_t with flux_t handles
Problem: the interthread channel will be harder to maintain than necessary due to its use of the obscure flux_msg_t pollfd/pollevents interface, an fd watcher, and a pthread mutex. Now that we have the interthread:// connector in flux-core, reimplement the interthread channel with back to back flux_t handles and a message watcher.
- Loading branch information
Showing
1 changed file
with
32 additions
and
55 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