MCPcopy Create free account
hub / github.com/bytedance/bolt / ~EventCompletionNotifier

Method ~EventCompletionNotifier

bolt/exec/Task.cpp:72–74  ·  view source on GitHub ↗

Calls notify() if it hasn't been called yet.

Source from the content-addressed store, hash-verified

70 public:
71 /// Calls notify() if it hasn't been called yet.
72 ~EventCompletionNotifier() {
73 notify();
74 }
75
76 // Activates the notifier and provides a callback to invoke and promises to
77 // satisfy on destruction or a call to 'notify'.

Callers

nothing calls this directly

Calls 1

notifyFunction · 0.85

Tested by

no test coverage detected