module Ethon::Multi::Operations
def ongoing?
-
(Boolean)
- True if ongoing, else false.
Other tags:
- Example: Return if ongoing. -
def ongoing? easy_handles.size > 0 || (!defined?(@running_count) || running_count > 0) end
(Boolean)
- True if ongoing, else false.
def ongoing? easy_handles.size > 0 || (!defined?(@running_count) || running_count > 0) end