Change with_lock
It now produces a lambda that when evaluated with a value runs the underlying lambda that value after acquiring the lock. As before, the lock is released afterwards.
Showing
Please register or sign in to comment
It now produces a lambda that when evaluated with a value runs the underlying lambda that value after acquiring the lock. As before, the lock is released afterwards.