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
1c05d6fc
Commit
1c05d6fc
authored
Sep 15, 2014
by
Dominik Charousset
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' of github.com:actor-framework/actor-framework into develop
parents
1aa54470
32a3c78a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
examples/brokers/simple_http_broker.cpp
examples/brokers/simple_http_broker.cpp
+1
-1
libcaf_core/caf/scheduler/coordinator.hpp
libcaf_core/caf/scheduler/coordinator.hpp
+1
-0
No files found.
examples/brokers/simple_http_broker.cpp
View file @
1c05d6fc
...
@@ -10,7 +10,7 @@ using std::endl;
...
@@ -10,7 +10,7 @@ using std::endl;
using
namespace
caf
;
using
namespace
caf
;
using
namespace
caf
::
io
;
using
namespace
caf
::
io
;
const
expr
const
char
http_ok
[]
=
R"__(HTTP/1.1 200 OK
const
char
http_ok
[]
=
R"__(HTTP/1.1 200 OK
Content-Type: text/plain
Content-Type: text/plain
Connection: keep-alive
Connection: keep-alive
Transfer-Encoding: chunked
Transfer-Encoding: chunked
...
...
libcaf_core/caf/scheduler/coordinator.hpp
View file @
1c05d6fc
...
@@ -22,6 +22,7 @@
...
@@ -22,6 +22,7 @@
#include <thread>
#include <thread>
#include <limits>
#include <limits>
#include <condition_variable>
#include "caf/scheduler/worker.hpp"
#include "caf/scheduler/worker.hpp"
#include "caf/scheduler/abstract_coordinator.hpp"
#include "caf/scheduler/abstract_coordinator.hpp"
...
...
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