Skip to main content

memory_link_pair

Function memory_link_pair 

Source
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.