A mutex can only be locked by one greenlet at a time. A single greenlet can acquire the mutex as many times as desired, though. Each call to acquire must be ...
確定! 回上一頁