EVTHREAD_TRY

A flag passed to a locking callback when we don't want to block waiting * for the lock; if we can't get the lock immediately, we will instead * return nonzero from the locking callback.

extern (C) nothrow
enum EVTHREAD_TRY = 0x10;

Meta