lambda-channel

Crates.iolambda-channel
lib.rslambda-channel
version0.1.3
created_at2025-12-16 00:28:26.035329+00
updated_at2025-12-16 19:51:45.013412+00
descriptionA crossbeam-like channel concurrently executes lambda functions.
homepagehttps://github.com/justin-qu/lambda-channel
repositoryhttps://github.com/justin-qu/lambda-channel
max_upload_size
id1986985
size128,024
Justin Qu (justin-qu)

documentation

README

lambda-channel

A crossbeam-like channel that concurrently executes a provided function.

Usage

Run this in your project:

cargo add lambda-channel

Or add this to your Cargo.toml:

[dependencies]
lambda-channel = "0.1"

Examples

See examples

Commit count: 0

cargo fmt