Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
executor: Fix issue when task is scheduled within event callback
I believe this should be overall more correct. Previously, if the callback taken by `process_events` scheduled a task, `process_events` could exit with the readiness of `self.ping` cleared, but `notified` set to `true`. In which case, future calls to `schedule` would not wake the event source. Fixes #171.
- Loading branch information