Make scheduler methods thread-safe

This commit is contained in:
Ken Hibino
2021-08-16 20:22:43 -07:00
parent c197902dc0
commit cfd1a1dfe8
2 changed files with 14 additions and 0 deletions

View File

@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Fixed
- Scheduler methods are now thread-safe. It's now safe to call `Register` and `Unregister` concurrently.
## [0.18.3] - 2020-08-09
### Changed