You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TimedMutex allow us to lock shared resource for an interval less then timeout
classTimedMutex{status: SM_UNLOCKED|SM_LOCKED,constructor(timeout),timeout: <number>,asyncenter(callback),// if no callback passed Promise will be returnedleave()}
The text was updated successfully, but these errors were encountered:
TimedMutex
allow us to lock shared resource for an interval less then timeoutThe text was updated successfully, but these errors were encountered: