MCPcopy Create free account
hub / github.com/GrowthEase/GameSentry / wait

Method wait

lib/component/agent/structs/object.js:78–80  ·  view source on GitHub ↗

Releases the lock on an object and blocks the current thread until it reacquires the lock.

()

Source from the content-addressed store, hash-verified

76 }
77 /** Releases the lock on an object and blocks the current thread until it reacquires the lock. */
78 wait() {
79 return Il2Cpp.Api._monitorWait(this);
80 }
81 /** Creates a weak reference to this object. */
82 weakRef(trackResurrection) {
83 return new Il2Cpp.GC.Handle(Il2Cpp.Api._gcHandleNewWeakRef(this, +trackResurrection));

Callers

nothing calls this directly

Calls 1

_monitorWaitMethod · 0.80

Tested by

no test coverage detected