forked from flux-framework/flux-core
-
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.
This is a partial conversion with the following gaps: - no periodic watchers - no child watchers - no flux_reactor_active_incref/decref - no flux_watcher_set_priority Memory will leak if watchers are destroyed outside of the reactor because uv_close() works asynchronously. Currently there is an unexplained segfault in the composite watcher unit test. See issue flux-framework#6492
- Loading branch information
Showing
4 changed files
with
442 additions
and
244 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
Oops, something went wrong.