Reserves key in this.
If key is already reserved in another thread, then wait until the reservation has been committed.
After reserving key, you either get a reference to the object corresponding to key (similar to
@get) or you get null, signifying that you MUST
call either add or abort.
| this | |
| key |
the key to reserve |
|
the object for |