ractor_actors 0.4.11

Helpful actors built with Ractor
Documentation
1
2
3
4
5
6
7
8
9
10
11
// Copyright (c) Sean Lawlor
//
// This source code is licensed under both the MIT license found in the
// LICENSE-MIT file in the root directory of this source tree.

//! Synchronization primative actors. Contained is
//!
//! * [broadcast::Broadcaster] - a broadcast actor which will take inputs
//!   and forward them to downstream targets.

pub mod broadcast;