Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anthonywilliams/ccia_code_samples
/ receiver
Class
receiver
listings/listing_c.3.cpp:3–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
namespace messaging
2
{
3
class receiver
4
{
5
queue q;
6
public:
7
operator sender()
8
{
9
return sender(&q);
10
}
11
dispatcher wait()
12
{
13
return dispatcher(&q);
14
}
15
};
16
}
Callers
nothing calls this directly
Calls
1
sender
Class · 0.85
Tested by
no test coverage detected