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
215076d0
Commit
215076d0
authored
Mar 24, 2020
by
Dominik Charousset
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add UUID to all/fwd headers, add changelog entry
parent
0e4198bb
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
0 deletions
+4
-0
CHANGELOG.md
CHANGELOG.md
+2
-0
libcaf_core/caf/all.hpp
libcaf_core/caf/all.hpp
+1
-0
libcaf_core/caf/fwd.hpp
libcaf_core/caf/fwd.hpp
+1
-0
No files found.
CHANGELOG.md
View file @
215076d0
...
...
@@ -40,6 +40,8 @@ is based on [Keep a Changelog](https://keepachangelog.com).
-
Actors can now
`monitor`
and
`demonitor`
CAF nodes (#1042). Monitoring a CAF
node causes the actor system to send a
`node_down_msg`
to the observer when
losing connection to the monitored node.
-
In preparation of potential future API additions/changes, CAF now includes an
RFC4122-compliant
`uuid`
class.
### Changed
...
...
libcaf_core/caf/all.hpp
View file @
215076d0
...
...
@@ -118,6 +118,7 @@
#include "caf/typed_response_promise.hpp"
#include "caf/unit.hpp"
#include "caf/upstream_msg.hpp"
#include "caf/uuid.hpp"
#include "caf/decorator/sequencer.hpp"
...
...
libcaf_core/caf/fwd.hpp
View file @
215076d0
...
...
@@ -143,6 +143,7 @@ class type_erased_value;
class
uniform_type_info_map
;
class
uri
;
class
uri_builder
;
class
uuid
;
// -- templates with default parameters ----------------------------------------
...
...
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