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
50aea7f9
Commit
50aea7f9
authored
Mar 03, 2018
by
Dominik Charousset
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove dead code
parent
bec3a24c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
12 deletions
+0
-12
libcaf_core/caf/scheduled_actor.hpp
libcaf_core/caf/scheduled_actor.hpp
+0
-3
libcaf_core/caf/stream_scatterer.hpp
libcaf_core/caf/stream_scatterer.hpp
+0
-9
No files found.
libcaf_core/caf/scheduled_actor.hpp
View file @
50aea7f9
...
@@ -190,9 +190,6 @@ public:
...
@@ -190,9 +190,6 @@ public:
/// A reference-counting pointer to a `stream_manager`.
/// A reference-counting pointer to a `stream_manager`.
using
stream_manager_ptr
=
intrusive_ptr
<
stream_manager
>
;
using
stream_manager_ptr
=
intrusive_ptr
<
stream_manager
>
;
/// A container for associating stream IDs to handlers.
using
streams_map
=
std
::
unordered_map
<
stream_id
,
stream_manager_ptr
>
;
/// The message ID of an outstanding response with its callback.
/// The message ID of an outstanding response with its callback.
using
pending_response
=
std
::
pair
<
const
message_id
,
behavior
>
;
using
pending_response
=
std
::
pair
<
const
message_id
,
behavior
>
;
...
...
libcaf_core/caf/stream_scatterer.hpp
View file @
50aea7f9
...
@@ -128,15 +128,6 @@ public:
...
@@ -128,15 +128,6 @@ public:
/// this scatterer.
/// this scatterer.
virtual
message
make_handshake_token
(
stream_slot
slot
)
const
=
0
;
virtual
message
make_handshake_token
(
stream_slot
slot
)
const
=
0
;
// -- convenience functions --------------------------------------------------
/// Removes a path from the scatterer.
bool
remove_path
(
stream_slots
slot
,
const
strong_actor_ptr
&
x
,
error
reason
,
bool
silent
);
/// Convenience function for calling `find(x, actor_cast<actor_addr>(x))`.
path_ptr
find
(
stream_slot
slot
,
const
strong_actor_ptr
&
x
);
protected:
protected:
// -- customization points ---------------------------------------------------
// -- customization points ---------------------------------------------------
...
...
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