A crossbeam-like channel that concurrently executes a provided function.
Run this in your project:
```bash
cargo add lambda-channel
```
Or add this to your `Cargo.toml`:
```toml
[dependencies]
lambda-channel = "0.1"
```
See [examples](./examples/channel_example.rs)