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
13e6d6c7
Commit
13e6d6c7
authored
Nov 20, 2019
by
Jakob Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix pointed out typos
parent
78f54969
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
libcaf_core/caf/intrusive/lifo_inbox.hpp
libcaf_core/caf/intrusive/lifo_inbox.hpp
+1
-1
libcaf_io/caf/io/abstract_broker.hpp
libcaf_io/caf/io/abstract_broker.hpp
+1
-1
No files found.
libcaf_core/caf/intrusive/lifo_inbox.hpp
View file @
13e6d6c7
...
@@ -217,7 +217,7 @@ public:
...
@@ -217,7 +217,7 @@ public:
template
<
class
Mutex
,
class
CondVar
>
template
<
class
Mutex
,
class
CondVar
>
bool
synchronized_push_front
(
Mutex
&
mtx
,
CondVar
&
cv
,
unique_pointer
ptr
)
{
bool
synchronized_push_front
(
Mutex
&
mtx
,
CondVar
&
cv
,
unique_pointer
ptr
)
{
return
synchronized_push_front
(
mtx
,
cv
,
ptr
.
relase
());
return
synchronized_push_front
(
mtx
,
cv
,
ptr
.
rel
e
ase
());
}
}
template
<
class
Mutex
,
class
CondVar
,
class
...
Ts
>
template
<
class
Mutex
,
class
CondVar
,
class
...
Ts
>
...
...
libcaf_io/caf/io/abstract_broker.hpp
View file @
13e6d6c7
...
@@ -173,7 +173,7 @@ public:
...
@@ -173,7 +173,7 @@ public:
return
system
().
middleman
();
return
system
().
middleman
();
}
}
/// Adds the unitialized `scribe` instance `ptr` to this broker.
/// Adds the uni
ni
tialized `scribe` instance `ptr` to this broker.
void
add_scribe
(
scribe_ptr
ptr
);
void
add_scribe
(
scribe_ptr
ptr
);
/// Creates and assigns a new `scribe` from given native socked `fd`.
/// Creates and assigns a new `scribe` from given native socked `fd`.
...
...
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