pub fn memory_link_pair(buffer: usize) -> (MemoryLink, MemoryLink)Expand description
Create a pair of connected MemoryLinks.
Returns (a, b) where sending on a delivers to b and vice versa.
pub fn memory_link_pair(buffer: usize) -> (MemoryLink, MemoryLink)Create a pair of connected MemoryLinks.
Returns (a, b) where sending on a delivers to b and vice versa.