[][src]Module async_wormhole::pool

Structs

OneMbAsyncPool

A pool of AsyncWormholes. Creating an AsyncWormholes can be costly, as they need a memory allocation for the stack. OneMbAsyncPool keeps a pool of 1 Mb stacks ready to create new AsyncWormholes "fast".