Thread.exclusive { block } => obj
Class Public methods
Wraps a block in Thread.critical, restoring the original value upon exit from the critical section, and returns the value of the block.
Wraps a block in Thread.critical, restoring the original value upon exit from the critical section, and returns the value of the block.
Please login to continue.