async-result 0.1.0

A simple wrapper providing a convenient way to await a result, built on futures-channel's oneshot channel.
Documentation
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