aprun 0.3.0

Async parallel runner
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Async parallel run

[![Build Status](https://github.com/fbucek/aprun/workflows/build/badge.svg)](https://github.com/fbucek/aprun/actions)
[![Documentation](https://docs.rs/aprun/badge.svg)](https://docs.rs/aprun)
[![crates.io](https://meritbadge.herokuapp.com/aprun)](https://crates.io/crates/aprun)


#### Dependencies

```toml
[dependencies]
aprun = "0.1"
```

## Example

- `examples/actix`