Expand description
Asynchronous Single-Reader, Multi-Writer
Provides async functions to read data from a single reader, and write it to many writers.
Structs§
- Multi
Writer - A multi-writer type which enables copying from a single reader, concurrently to many writers.