- 02 Mar, 2015 4 commits
-
-
Kenton Varda authored
-
- 25 Feb, 2015 2 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
- 20 Feb, 2015 2 commits
-
-
Kenton Varda authored
-
Ben Laurie authored
-
- 19 Feb, 2015 5 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
- Promise<T>::catch_() method which is equivalent to then() but you only specify an error handler; the non-error continuation is the identity function. - kj::evalNow() function which synchronously calls a function and returns a promise for the result, or a broken promise if the function threw an exception. This is convenient for making sure exceptions get pushed into the promise chain. - KJ_WARN_UNUSED_RESULT on various methods that return promises.
-
Kenton Varda authored
-
- 18 Feb, 2015 1 commit
-
-
Jason Paryani authored
This is analagous to shutdownWrite, but for the read end of the stream
-
- 07 Feb, 2015 1 commit
-
-
Kenton Varda authored
-
- 29 Jan, 2015 4 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
- 27 Jan, 2015 2 commits
-
-
Kenton Varda authored
-
David Renshaw authored
-
- 26 Jan, 2015 1 commit
-
-
Jason Paryani authored
-
- 23 Jan, 2015 1 commit
-
-
Kenton Varda authored
-
- 22 Jan, 2015 3 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
Work around incompatibility between various C++ standard libs in C++14 mode on some Linux distros, including Ubuntu 14.04.
-
Jason Paryani authored
Also fix AnyStruct::Reader/Builder as methods
-
- 21 Jan, 2015 1 commit
-
-
Kenton Varda authored
-
- 09 Jan, 2015 1 commit
-
-
Kenton Varda authored
-
- 07 Jan, 2015 1 commit
-
-
Kenton Varda authored
-
- 05 Jan, 2015 2 commits
-
-
Morten Hustveit authored
-
Kenton Varda authored
-
- 01 Jan, 2015 1 commit
-
-
Kenton Varda authored
-
- 30 Dec, 2014 1 commit
-
-
Kenton Varda authored
A compatibility layer is provided to ease migration.
-
- 29 Dec, 2014 6 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
David Renshaw authored
-
David Renshaw authored
-
David Renshaw authored
-
Kenton Varda authored
-
- 23 Dec, 2014 1 commit
-
-
Kenton Varda authored
-