pub fn unbounded<K, V>() -> UnboundedNapMap<K, V>
Expand description
Creates an unbounded napmap for communicating between asynchronous tasks.
Note that the amount of available system memory is an implicit bound to
the map. Using an unbounded
map has the ability of causing the
process to run out of memory. In this case, the process will be aborted.