Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AlexInLog/ReactivePlusPlus
/ try_lock
Method
try_lock
src/rpp/rpp/utils/utils.hpp:255–255 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
253
static constexpr void lock() {}
254
static constexpr void unlock() {}
255
static constexpr void try_lock() {}
256
};
257
258
template<typename T>
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected