Squashed commit of the following:
commit e60bcb0bc15fbba453340d69d106c5850b9a6d67 Author: octal <mathieu.stefani@supinfo.com> Date: Thu Nov 12 14:14:53 2015 +0100 Added a NoExcept concept that will call std::terminate if a promise has been rejected commit bae200046427b93e6f124c848ab36d246a7580c3 Author: octal <mathieu.stefani@supinfo.com> Date: Wed Nov 11 14:50:27 2015 +0100 Updated Optional to be able to move the result out when chaining a Promise commit da60bc8b02a1fb89a91985a0da9ddf4b7219f5b3 Author: octal <mathieu.stefani@supinfo.com> Date: Fri Nov 6 17:43:36 2015 +0100 Started working on a proof-of-concept implementation of an asynchronous primitive based on the Promises/A+ specification
Showing
src/async.h
0 → 100644
This diff is collapsed.
src/io.cc
0 → 100644
src/io.h
0 → 100644
src/tcp.cc
0 → 100644
src/tcp.h
0 → 100644
tests/async_test.cc
0 → 100644
Please register or sign in to comment