lambda-channel 0.1.2

A crossbeam-like channel concurrently executes lambda functions.
Documentation
# lambda-channel
A crossbeam-like channel that concurrently executes a provided function.

## Usage

Run this in your project:

```bash
cargo add lambda-channel
```

Or add this to your `Cargo.toml`:

```toml
[dependencies]
lambda-channel = "0.1"
```

## Examples

See [examples](./examples/channel_example.rs)