I built a full runtime out of the parts. This is the only part of the fully-safe async stack that requires a nightly compiler:
tcp echo example:
- https://git.asonix.dog/safe-async/jive/src/branch/main/examples/echo.rs
timer example:
- https://git.asonix.dog/safe-async/jive/src/branch/main/examples/time.rs
blocking example:
- https://git.asonix.dog/safe-async/jive/src/branch/main/examples/blocking.rs
@asonix I can’t look through the code rn but how do you make a Waker in safe code??
That's a good dependency tree