Crate lightyear_crossbeam

Source
Expand description

§Lightyear Crossbeam

This crate provides a transport layer for Lightyear that uses crossbeam-channel. It’s primarily intended for local testing or scenarios where in-process message passing is desired, simulating a network connection without actual network I/O.

It defines CrossbeamIo for channel-based communication and CrossbeamPlugin to integrate this transport into a Bevy application.

Structs§

CrossbeamIo
A component that facilitates communication over crossbeam-channel.
CrossbeamPlugin
Bevy plugin to integrate the CrossbeamIo transport.