26 return (_state == S_started);
36 INLINE
double AsyncTaskChain::
37 do_get_next_wake_time()
const {
38 if (!_sleeping.empty()) {
39 return _sleeping.front()->_wake_time;
50 INLINE
double AsyncTaskChain::
52 return task->_wake_time;
bool is_started() const
Returns true if the thread(s) have been started and are ready to service requests, false otherwise.
This class represents a concrete task performed by an AsyncManager.