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
4098f3d7
Commit
4098f3d7
authored
Jan 23, 2021
by
Dominik Charousset
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1207
parents
8d277301
168d441c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
libcaf_core/caf/fwd.hpp
libcaf_core/caf/fwd.hpp
+3
-0
No files found.
libcaf_core/caf/fwd.hpp
View file @
4098f3d7
...
...
@@ -22,6 +22,7 @@ template <class> class callback;
template
<
class
>
class
dictionary
;
template
<
class
>
class
downstream
;
template
<
class
>
class
expected
;
template
<
class
>
class
inbound_stream_slot
;
template
<
class
>
class
intrusive_cow_ptr
;
template
<
class
>
class
intrusive_ptr
;
template
<
class
>
class
optional
;
...
...
@@ -65,6 +66,8 @@ template <class...> class typed_message_view;
template
<
class
...
>
class
typed_response_promise
;
template
<
class
...
>
class
variant
;
template
<
class
,
class
...>
class
outbound_stream_slot
;
// clang-format on
// -- classes ------------------------------------------------------------------
...
...
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