rt-gate 0.1.3

A tiny wrapper for async runtimes.
Documentation
# rt-gate

An async runtime abstraction layer to spawn tasks.


## Description

**rt-gate** is a small async runtime abstraction layer to spawn tasks.


## Install

```rust
rt-gate = { version = "0.1.0", features = ["tokio-rt"] }
```

## Runtimes

- [tokio]https://github.com/tokio-rs/tokio
- [smol]https://github.com/smol-rs/smol

## Crate features

- tokio-rt (default)
- smol-rt


## License

MIT

## Author

Rogerio Pereira Araujo <rogerio.araujo@gmail.com>