Module base::generic_channel
source · Expand description
Enum wrappers to be able to select different channel implementations at runtime.
Structs§
Enums§
Functions§
- Creates a Servo channel that can select different channel implementations based on multiprocess mode or not. If the scenario doesn’t require message to pass process boundary, a simple crossbeam channel is preferred.