Lock behaves the same as Mutex.Lock on the mechanism.
()
| 68 | type Mechanism interface { |
| 69 | // Lock behaves the same as Mutex.Lock on the mechanism. |
| 70 | Lock() |
| 71 | |
| 72 | // Unlock behaves the same as Mutex.Unlock on the mechanism. |
| 73 | Unlock() |
no outgoing calls