// event_active directly adds the event to the end of the work queue so it executes in the current
// libevent computes the list of timers to move to the work list after polling for fd events, but
bool SchedulableCallbackImpl::enabled() { return 0 != evtimer_pending(&raw_event_, nullptr); }