FiberPoolStack

Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Members

Functions

freeze
Array!(ManagedPool, Malloc) freeze(size_t n)
Undocumented in source. Be warned that the author may not have intended to support it.
opDollar
size_t opDollar()
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
ManagedPool opIndex(size_t n)
Undocumented in source. Be warned that the author may not have intended to support it.
pop
void pop()
Undocumented in source. Be warned that the author may not have intended to support it.
push
void push()
Undocumented in source. Be warned that the author may not have intended to support it.
unfreeze
void unfreeze(Array!(ManagedPool, Malloc) items)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

empty
bool empty [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
fibers
size_t fibers [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
hasTop
bool hasTop [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
length
size_t length [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
top
ManagedPool top [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

cnt
int cnt;
Undocumented in source.
m_pools
HashMap!(Fiber, Array!(ManagedPool, Malloc), Malloc) m_pools;
Undocumented in source.

Meta