lock method

Implementation

GlobalReference lock() {
  Globals.lock(key);
  return this;
}