InterruptibleTaskMutex.tryLock - multiple declarations
Function InterruptibleTaskMutex.tryLock
bool tryLock() nothrow @safe;
Function InterruptibleTaskMutex.tryLock
bool tryLock() nothrow @safe shared;
Function Lockable.tryLock
abstract bool tryLock() @safe;