cancelClear

fnbool cancelClear(ulong tid) @safe

Clear a pending cancellation request for a thread.

Parameters

tidthe thread ID

Returns

true if cancellation was pending and cleared, false if already completed.

Throws

DarException if the clear operation fails.