pub type UniMove<InType, const BUFFER_SIZE: usize, const MAX_STREAMS: usize, const INSTRUMENTS: usize = reactive_mutiny::::prelude::prelude::UniMove::{constant#0}> = Uni<InType, FullSync<'static, InType, BUFFER_SIZE, MAX_STREAMS>, INSTRUMENTS, InType>;
Expand description

Default UniBuilder for “moving” data around – good for small payloads (< 1k) whose types don’t require a custom Drop function