You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…)` (#78)
- Refactored protected hidden attrs on `AbstractWaiter` to a separate
private `_Wait` class.
- Refactored `AbtractWaiter` to a `Protocol` to allow direct
implementation by `Lock`.
- Added an optimized fast-path for log patterns that can be reduced
immediately without waiting.
- Improve `pytest` tests to allow for more complex expected values.
See #79, #24
Once we support
trio
via #78,tornado
support should be easy.The text was updated successfully, but these errors were encountered: