Commit Graph

6 Commits

Author SHA1 Message Date
bors[bot]
eee5b682a5 Merge #1
1: Fix hanging when a future wakes itself r=bertptrs a=bertptrs

It's possible that either the future wakes itself or the something requests to be awoken while the future is being polled. This PR adds a bool to the waker state to track whether that happened, and will immediately unpark the executor if it did.

Also add bors for nicer merging.

Co-authored-by: Bert Peters <bert@bertptrs.nl>
2022-09-05 18:10:14 +00:00
4500f7237a Mark minimum supported rust version 2022-09-05 20:09:29 +02:00
279654ea24 Fix hanging when a future wakes itself 2022-09-02 13:57:18 +02:00
384869bc68 Prepare for release v0.1.0 2022-09-01 22:22:28 +02:00
bb1f4fdef9 Add CI pipeline 2022-09-01 22:22:28 +02:00
fb61897881 Initial import 2022-09-01 22:22:28 +02:00