- 27 Mar, 2016 1 commit
-
-
octal authored
-
- 26 Mar, 2016 2 commits
- 13 Feb, 2016 3 commits
- 12 Feb, 2016 3 commits
- 09 Feb, 2016 16 commits
-
-
octal authored
-
octal authored
-
octal authored
-
octal authored
-
octal authored
-
octal authored
-
octal authored
Added remaining methods to the http client. Also removed main.cc file and created an examples/ folder
-
octal authored
-
octal authored
-
octal authored
-
octal authored
-
octal authored
-
octal authored
-
octal authored
-
octal authored
-
octal authored
anymore. The event-loop has now been extracted inside its own Io::Service component which allows us to reuse it. A new Io::ServiceGroup class has been introduced for multi-threaded I/O. a ServiceGroup will spawn multiple Io::Service inside their own thread. Every instance of Io::Service also has its own Io::Handler, the handler is not shared between io threads.
-
- 22 Jan, 2016 1 commit
-
-
octal authored
-
- 19 Jan, 2016 2 commits
- 08 Jan, 2016 4 commits
- 04 Jan, 2016 1 commit
-
-
octal authored
-
- 30 Dec, 2015 1 commit
-
-
octal authored
Http::Endpoint: added a threaded serving mode that will spawn an acceptor thread rather than running in the same thread
-
- 29 Dec, 2015 1 commit
-
-
octal authored
-
- 28 Dec, 2015 1 commit
-
-
octal authored
Introduced a lock-free MPSC queue between the user and I/O thread to make sure that all I/O operations happen in the dedicated I/O thread
-
- 14 Dec, 2015 2 commits
- 13 Dec, 2015 1 commit
-
-
Mathieu STEFANI authored
Async: implemented a whenAny primitive that returns a Promise that will be resolved when one of the Promise is resolved
-
- 12 Dec, 2015 1 commit
-
-
Mathieu STEFANI authored
-