Crate lambda_channel

Crate lambda_channel 

Source

Modules§

channel
err
thread

Functions§

new_lambda_channel
Creates two normal channels and connects them to a new ThreadPool to create a multi-producer multi-consumer multi-threaded lambda-channel.
new_lambda_channel_with_input_and_output
Connects two existing channels to a new ThreadPool to create a multi-producer multi-consumer multi-threaded lambda-channel. While it is not required for the input channel of the lambda-channel to have the output channel as a dependency, it may lead to undesired termination behaviors.
new_lambda_sink
Creates a normal channel and connects it to a new ThreadPool to create a multi-producer multi-threaded lambda-sink.
new_lambda_sink_with_input_from
Connects an existing channel to a new ThreadPool to create a multi-producer multi-threaded lambda-sink.