LOCK_NB

Don't block when locking. Can be OR'd into one of the above.

version(linux)
extern (C) nothrow @nogc
enum LOCK_NB = 0x04;

Meta