1
0
Fork 0
arangodb/3rdParty/asio/1.12
Simon fdee0544b7 Using asio::io_context::strands instead of locks (#5266)
* initial try adding strands

* working, stable amount of threads

* improve shell_client cluster

* Fixing some accounting for the scheduler

* Fix accounting

* Fixing wrong strand usage

* add missing return

* Fixing thread accounting

* More scheduler accounting issues

* Fixing various things

* Fixing some stuff

* Fixing some stuff

* Some more subtle bugfixes

* Some cleanup code

* fixing some stuff

* adding some more fixes

* Fixing possible issues

* Fixing missing _storeResult

* Fixing some stuff

* Reducing lambda stack, perhaps fixing hangups

* Fix writeunlocker

* Fixing possible issues

* adding some debugging stuff

* refactor sockets

* possible fixes

* Adding more job guards

* Fixin possible bug

* cleaning up some stuff

* working impl

* Remove debugging output

* Fixing build

* fixing import

* Fixing another bug

* removing debug log

* Removing examples

* Reverting scheduler working code

* Cleanup

* Addressing review comments
2018-05-07 15:58:19 +02:00
..
include Using asio::io_context::strands instead of locks (#5266) 2018-05-07 15:58:19 +02:00
.gitignore Using asio::io_context::strands instead of locks (#5266) 2018-05-07 15:58:19 +02:00
COPYING Using asio::io_context::strands instead of locks (#5266) 2018-05-07 15:58:19 +02:00
INSTALL Using asio::io_context::strands instead of locks (#5266) 2018-05-07 15:58:19 +02:00
LICENSE_1_0.txt Using asio::io_context::strands instead of locks (#5266) 2018-05-07 15:58:19 +02:00
Makefile.am Using asio::io_context::strands instead of locks (#5266) 2018-05-07 15:58:19 +02:00
README Using asio::io_context::strands instead of locks (#5266) 2018-05-07 15:58:19 +02:00
asio.manifest Using asio::io_context::strands instead of locks (#5266) 2018-05-07 15:58:19 +02:00
autogen.sh Using asio::io_context::strands instead of locks (#5266) 2018-05-07 15:58:19 +02:00
boost_asio.manifest Using asio::io_context::strands instead of locks (#5266) 2018-05-07 15:58:19 +02:00
boostify.pl Using asio::io_context::strands instead of locks (#5266) 2018-05-07 15:58:19 +02:00
configure.ac Using asio::io_context::strands instead of locks (#5266) 2018-05-07 15:58:19 +02:00
release.pl Using asio::io_context::strands instead of locks (#5266) 2018-05-07 15:58:19 +02:00
tsify.pl Using asio::io_context::strands instead of locks (#5266) 2018-05-07 15:58:19 +02:00

README

asio version 1.12.0
Released Sunday, 04 March 2018.

See doc/index.html for API documentation and a tutorial.