private
int protected_var = 0; auto mtx = new TaskMutex; mtx.performLocked!({ protected_var++; });
See Implementation
private