1 2 3 4 5 6 7 8 9 10 11
# async-result A simple wrapper providing a convenient way to await a result, built on futures-channel's oneshot channel. ## Usage see `examples/cross-runtime` ## License MIT