Confirmed users
716
edits
(→API) |
(→API) |
||
| Line 60: | Line 60: | ||
void close(); // Prevents any further requests from being placed against this lock | void close(); // Prevents any further requests from being placed against this lock | ||
void abort(); // Immediately releases lock and stops any pending | void abort(); // Immediately releases lock and stops any pending or running operations. | ||
}; | }; | ||