MCPcopy Create free account
hub / github.com/cztomczak/cefpython / CurrentRef

Function CurrentRef

src/include/base/cef_platform_thread.h:96–98  ·  view source on GitHub ↗

Gets the current thread reference, which can be used to check if we're on the right thread quickly.

Source from the content-addressed store, hash-verified

94// Gets the current thread reference, which can be used to check if
95// we're on the right thread quickly.
96inline PlatformThreadRef CurrentRef() {
97 return PlatformThreadRef(cef_get_current_platform_thread_handle());
98}
99
100} // namespace PlatformThread
101

Callers

nothing calls this directly

Calls 1

PlatformThreadRefClass · 0.85

Tested by

no test coverage detected