do-lock ( lock timeout quot acquire release -- )


Vocabulary
concurrency.locks.private

Inputs
lockan object
timeoutan object
quotan object
acquirean object
releasean object


Outputs
None

Definition


:: do-lock ( lock timeout quot acquire release -- )
lock timeout acquire call quot lock release curry finally ;
inline