flux-core icon indicating copy to clipboard operation
flux-core copied to clipboard

libflux: add `flux_watcher_is_active(3)`

Open grondo opened this issue 8 months ago • 3 comments

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.

grondo avatar May 31 '24 19:05 grondo