Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Alexays/Waybar
/ SleeperThread
Method
SleeperThread
include/util/sleeper_thread.hpp:30–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
class SleeperThread {
29
public:
30
SleeperThread() = default;
31
32
SleeperThread(std::function<void()> func)
33
: thread_{[this, func] {
Callers
nothing calls this directly
Calls
1
connect
Method · 0.80
Tested by
no test coverage detected