MCPcopy Create free account
hub / github.com/boostorg/asio / address

Method address

example/cpp14/executors/actor.cpp:90–93  ·  view source on GitHub ↗

Obtain the actor's address for use as a message sender or recipient.

Source from the content-addressed store, hash-verified

88
89 // Obtain the actor's address for use as a message sender or recipient.
90 actor_address address()
91 {
92 return this;
93 }
94
95 // Send a message from one actor to another.
96 template <class Message>

Callers 11

mainFunction · 0.45
test_sync_operationsFunction · 0.45
test_async_operationsFunction · 0.45
test_sync_operationsFunction · 0.45
test_async_operationsFunction · 0.45
test_sync_operationsFunction · 0.45
test_async_operationsFunction · 0.45
testFunction · 0.45
testFunction · 0.45
testFunction · 0.45
testFunction · 0.45

Calls

no outgoing calls

Tested by 6

test_sync_operationsFunction · 0.36
test_async_operationsFunction · 0.36
test_sync_operationsFunction · 0.36
test_async_operationsFunction · 0.36
test_sync_operationsFunction · 0.36
test_async_operationsFunction · 0.36