flux-core
flux-core copied to clipboard
libflux: add `flux_watcher_is_active(3)`
While working on something I noticed that there was no libflux version of the ev_is_active()
call, which could come in handy to check if a watcher has been started.
This simple PR just adds flux_watcher_is_active(3)
, tests, and documentation.