MCPcopy Create free account
hub / github.com/NativeScript/android / Unschedule

Method Unschedule

test-app/runtime/src/main/cpp/Timers.h:39–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 }
38
39 inline void Unschedule() {
40 callback_.Reset();
41 args_.reset();
42 isolate_ = nullptr;
43 queued_ = false;
44 }
45
46 int nestingLevel_ = 0;
47 v8::Isolate *isolate_;

Callers 1

removeTaskMethod · 0.80

Calls 2

resetMethod · 0.65
ResetMethod · 0.45

Tested by

no test coverage detected