Lock.release

Release a previously acquired lock.

This funciton must be called from the same fiber that called the matching acquire.

struct Lock
nothrow @safe @nogc
void
release
()

Meta