LEV_OPT_THREADSAFE

Flag: Indicates that the listener should be locked so it's safe to use * from multiple threadcs at once.

extern (C) nothrow
enum LEV_OPT_THREADSAFE = (1u << 4);

Meta