botan v1.12.8 (2016-11-14T10:06:52Z)
Dub
Repo
Semaphore
botan
utils
semaphore
Undocumented in source.
class
Semaphore {
this
(int value);
void
acquire
();
void
release
(size_t n);
}
Constructors
this
this
(int value)
Undocumented in source.
Members
Functions
acquire
void
acquire
()
Undocumented in source. Be warned that the author may not have intended to support it.
release
void
release
(size_t n)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
botan
utils
semaphore
classes
Semaphore