Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
Actor Framework
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cpp-libs
Actor Framework
Commits
d04af15c
Commit
d04af15c
authored
Oct 24, 2012
by
Dominik Charousset
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
documentation
parent
a9ba2f52
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
cppa/actor_addressing.hpp
cppa/actor_addressing.hpp
+2
-3
No files found.
cppa/actor_addressing.hpp
View file @
d04af15c
...
...
@@ -61,15 +61,14 @@ class actor_addressing {
/**
* @brief Serializes @p ptr to @p sink according
* to the implemented addressing.
* @note Implementation should call {@link actor_registry::put()}
* to be able to restore instances later on from registry.
* @note Thi
* @warning Not thread-safe
*/
virtual
void
write
(
serializer
*
sink
,
const
actor_ptr
&
ptr
)
=
0
;
/**
* @brief Deserializes an actor from @p source according
* to the implemented addressing.
* @warning Not thread-safe
*/
virtual
actor_ptr
read
(
deserializer
*
source
)
=
0
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment