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
a3f43443
Commit
a3f43443
authored
Apr 27, 2019
by
Andris Mednis
Committed by
GitHub
Apr 27, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix a couple of typos
parent
018144ed
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
libcaf_core/caf/blocking_actor.hpp
libcaf_core/caf/blocking_actor.hpp
+1
-1
libcaf_core/caf/config.hpp
libcaf_core/caf/config.hpp
+1
-1
No files found.
libcaf_core/caf/blocking_actor.hpp
View file @
a3f43443
...
@@ -86,7 +86,7 @@ public:
...
@@ -86,7 +86,7 @@ public:
/// Stores asynchronous messages with default priority.
/// Stores asynchronous messages with default priority.
using
normal_queue
=
intrusive
::
drr_cached_queue
<
policy
::
normal_messages
>
;
using
normal_queue
=
intrusive
::
drr_cached_queue
<
policy
::
normal_messages
>
;
/// Stores asynchronous messages with hi
f
h priority.
/// Stores asynchronous messages with hi
g
h priority.
using
urgent_queue
=
intrusive
::
drr_cached_queue
<
policy
::
urgent_messages
>
;
using
urgent_queue
=
intrusive
::
drr_cached_queue
<
policy
::
urgent_messages
>
;
/// Configures the FIFO inbox with two nested queues:
/// Configures the FIFO inbox with two nested queues:
...
...
libcaf_core/caf/config.hpp
View file @
a3f43443
...
@@ -214,7 +214,7 @@
...
@@ -214,7 +214,7 @@
#elif defined(WIN32) || defined(_WIN32)
#elif defined(WIN32) || defined(_WIN32)
# define CAF_WINDOWS
# define CAF_WINDOWS
#else
#else
# error Platform and/or compiler not supporte
t
# error Platform and/or compiler not supporte
d
#endif
#endif
#if defined(CAF_MACOS) || defined(CAF_LINUX) || defined(CAF_BSD) || defined(CAF_CYGWIN)
#if defined(CAF_MACOS) || defined(CAF_LINUX) || defined(CAF_BSD) || defined(CAF_CYGWIN)
# define CAF_POSIX
# define CAF_POSIX
...
...
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