tryLocate

Tries to locate the the thread id. If it is not found we try until max_attempts. Throws if no thread id was found.

@trusted
Tid
tryLocate
(
const(string) task_name
)

Parameters

task_name const(string)

task name to locate

Return Value

Type: Tid

Tid

Meta