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
113bbae9
Commit
113bbae9
authored
Jul 17, 2017
by
Dominik Charousset
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typos
parent
d6118703
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
libcaf_core/caf/actor_registry.hpp
libcaf_core/caf/actor_registry.hpp
+1
-1
libcaf_test/caf/test/dsl.hpp
libcaf_test/caf/test/dsl.hpp
+1
-1
No files found.
libcaf_core/caf/actor_registry.hpp
View file @
113bbae9
...
...
@@ -48,7 +48,7 @@ public:
~
actor_registry
();
/// Returns the
the
local actor associated to `key`.
/// Returns the local actor associated to `key`.
strong_actor_ptr
get
(
actor_id
key
)
const
;
/// Associates a local actor with its ID.
...
...
libcaf_test/caf/test/dsl.hpp
View file @
113bbae9
...
...
@@ -334,7 +334,7 @@ public:
template
<
class
Handle
>
Derived
&
to
(
const
Handle
&
whom
)
{
// not setting dest_ causes the
the
content checking to succeed immediately
// not setting dest_ causes the content checking to succeed immediately
if
(
sched_
.
prioritize
(
whom
))
{
dest_
=
&
sched_
.
next_job
<
caf
::
scheduled_actor
>
();
}
...
...
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