MCPcopy Create free account
hub / github.com/awslabs/aws-lambda-cpp / Notify

Method Notify

tests/gtest/gtest-all.cc:10035–10037  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10033}
10034
10035void Notification::Notify() {
10036 GTEST_CHECK_(::SetEvent(event_.Get()) != FALSE);
10037}
10038
10039void Notification::WaitForNotification() {
10040 GTEST_CHECK_(

Callers

nothing calls this directly

Calls 1

GetMethod · 0.80

Tested by

no test coverage detected