lock
Inside each session, there is a global lock that can be used to syncrhonize among different tasks. It can be locked using the following function.
session.lock()
Inside each session, there is a global lock that can be used to syncrhonize among different tasks. It can be locked using the following function.