faern / oneshot

Oneshot Rust channel working both in and between sync and async environments
74 stars 9 forks source link

Add loom testing for async usage of Receiver #7

Closed faern closed 2 years ago

faern commented 4 years ago

Currently Tokio can't be build with loom support. But I started working on a loom aware async executor: https://github.com/faern/loom-executor. It's currently in a messy state and does not work well. But at some point it would be nice to have loom validate the correctness of the Future implementation on the Receiver

faern commented 2 years ago

Tests for this was added in #23