Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cameron314/concurrentqueue
/ bind
Class
bind
benchmarks/dlib/timeout/timeout.h:36–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
!*/
35
36
class bind
37
{
38
public:
39
virtual void go() = 0;
40
virtual ~bind() {}
41
};
42
43
template <typename T>
44
class functor : public bind
Callers
1
async
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected