Denis Blank
|
c5663bf1ad
|
Add the unit tests for the failure handlers recovering and rethrowing
|
2018-11-26 03:02:49 +01:00 |
|
Denis Blank
|
afe1a3298e
|
Make the current unit tests pass
|
2018-11-26 02:35:27 +01:00 |
|
Denis Blank
|
9955f9e469
|
Add the invoker for result<...>
|
2018-11-26 02:19:16 +01:00 |
|
Denis Blank
|
ba9ff9fce0
|
Initial work on routing the arguments correctly when using result<...>
|
2018-11-26 00:41:15 +01:00 |
|
Denis Blank
|
7767ce6fbb
|
Only provide value_t from result
|
2018-11-25 21:31:08 +01:00 |
|
Denis Blank
|
41da6ba293
|
Remove the is_result trait
|
2018-11-25 20:00:41 +01:00 |
|
Denis Blank
|
cd367b3d43
|
Make result<> return void when calling get_value()
|
2018-11-25 19:56:03 +01:00 |
|
Denis Blank
|
5354d3512e
|
Fix the MSVC/Clang build even more
|
2018-11-25 18:01:15 +01:00 |
|
Denis Blank
|
2a80649084
|
Make exception and empty results returning a void hint
|
2018-11-25 17:14:23 +01:00 |
|
Denis Blank
|
782e1c6447
|
Fix the MSVC build
|
2018-11-25 17:08:01 +01:00 |
|
Denis Blank
|
f4268f60f9
|
initial work on the multipathing unit tests
|
2018-11-25 03:18:35 +01:00 |
|
Denis Blank
|
07c8ed0cf9
|
Add invoker for the result class and specialized ones
|
2018-11-25 02:54:35 +01:00 |
|
Denis Blank
|
ffa3b9ee1b
|
Rename cti::expected -> cti::result
|
2018-11-25 02:23:08 +01:00 |
|
Denis Blank
|
93b1d27b07
|
Fix the build for the expected class
|
2018-11-25 02:13:01 +01:00 |
|
Denis Blank
|
867ab38b8e
|
Rework the expected_trait
* Add tests for the new expected public interface
|
2018-11-25 00:29:00 +01:00 |
|
Denis Blank
|
c76fe9e973
|
Make the expected class part of the public interface
* Required for exception rethrowing and recovering
|
2018-11-24 22:57:18 +01:00 |
|
Denis Blank
|
3a70356f16
|
Move some methods out of the attorney
* Code cleanup
|
2018-11-24 15:02:23 +01:00 |
|
Denis Blank
|
6969a9e392
|
Expose finish() method in continuable_base which makes it possible
to materialize the continuable_base when using it as an expression template.
|
2018-11-24 14:26:51 +01:00 |
|
Denis Blank
|
0657445466
|
Re-enable the deprecation warnings
* Ref 815c3d71
|
2018-11-22 00:50:41 +01:00 |
|
Denis Blank
|
815c3d71b9
|
Make the old error and dispatch tag not throw deprecation warnings for now
|
2018-11-22 00:48:02 +01:00 |
|
Denis Blank
|
057fb37123
|
Introduce the continuable primitive header which supplies tags
* Adapts the new naming scheme from the "Unified Futures" proposal
* Provides new tags for the future inplace resolution
|
2018-11-19 23:59:01 +01:00 |
|
Denis Blank
|
8e7af3a320
|
Add traits::unrefcv_t for later usage
|
2018-11-19 19:37:53 +01:00 |
|
Denis Blank
|
818b7a7314
|
Workaround for a regression introduced ~MSVC 15.8.1
|
2018-11-19 19:27:29 +01:00 |
|
Denis Blank
|
646707e5dc
|
Move from std::decay to std::decay_t
* Makes the transition to traits::unref easier later
|
2018-11-19 19:26:18 +01:00 |
|
Denis Blank
|
cc83fd5251
|
Rearrange the internal headers
|
2018-11-18 18:46:15 +01:00 |
|
Denis Blank
|
c1b8aa8694
|
Attempt to work around the failing MSVC CI build
|
2018-11-18 18:11:50 +01:00 |
|
Denis Blank
|
fae030afa3
|
Fix a compilation error which is caused by regression in one of the MSVC 15.1 updates
|
2018-11-18 17:46:25 +01:00 |
|
Denis Blank
|
9247e7b85f
|
Silence a warning when using CONTINUABLE_WITH_UNHANDLED_EXCEPTIONS
* Ref e59e6ae8b9
|
2018-03-19 09:07:34 +01:00 |
|
Denis Blank
|
e59e6ae8b9
|
Make it easier to inspect unhandled asynchronous exceptions in debuggers
|
2018-03-17 14:23:19 +01:00 |
|
Denis Blank
|
7dbf22a2d2
|
Make it possible to remap the result from promisified expressions
|
2018-03-17 13:24:57 +01:00 |
|
Denis Blank
|
be6571091b
|
Implement continuables as return types for coroutines
* Closes #4
|
2018-03-14 10:29:45 +01:00 |
|
Denis Blank
|
358e13e06e
|
Remove unused size traits
|
2018-03-14 10:29:45 +01:00 |
|
Denis Blank
|
3a5cea7779
|
std::size_t is part of cstddef not cstdint
|
2018-03-14 10:29:45 +01:00 |
|
Denis Blank
|
139f7d39de
|
Remove unused static_if
|
2018-03-14 10:29:45 +01:00 |
|
Denis Blank
|
65e41a2cbd
|
Remove unused identity utilities
|
2018-03-14 10:29:45 +01:00 |
|
Denis Blank
|
83f736a93f
|
Move the arguments out of a ready continuable with multiple arguments
|
2018-03-14 10:29:44 +01:00 |
|
Denis Blank
|
f091cbb079
|
Use a std::apply style unpack
* Some cleanup
|
2018-03-14 10:29:44 +01:00 |
|
Denis Blank
|
41c7cb008a
|
Add an alias for type erased work objects
|
2018-03-14 10:29:44 +01:00 |
|
Denis Blank
|
084937e192
|
Use std::void_t when available
|
2018-03-12 16:34:55 +01:00 |
|
Denis Blank
|
6e6297194e
|
Some minor improvements
|
2018-03-12 08:49:21 +01:00 |
|
Denis Blank
|
9ab9b5e7fb
|
Rename composition to connection
|
2018-03-12 08:35:19 +01:00 |
|
Denis Blank
|
093ecae1c0
|
composition > connection
|
2018-03-12 08:30:18 +01:00 |
|
Denis Blank
|
cd6f7445f0
|
Calculate the connection hint directly from the intermediate result
|
2018-03-12 08:25:44 +01:00 |
|
Denis Blank
|
49a097660b
|
Move the composition strategies into their own header
|
2018-03-12 08:05:06 +01:00 |
|
Denis Blank
|
3df06820ef
|
Make the seq dependency only dependent from the aggregate header
|
2018-03-12 08:02:43 +01:00 |
|
Denis Blank
|
a3e995c0ce
|
Improve order dependence for the coroutine detection
|
2018-03-12 07:24:04 +01:00 |
|
Denis Blank
|
c72d1afa8b
|
Fix a MSVC test failure
|
2018-03-12 06:19:34 +01:00 |
|
Denis Blank
|
4c39532d7c
|
In source documentation improvements
|
2018-03-12 05:42:27 +01:00 |
|
Denis Blank
|
936a09dac2
|
Finish the await tutorial
|
2018-03-11 08:46:46 +01:00 |
|
Denis Blank
|
4665dc931b
|
Changing promisify::from_asio to promisify::from
|
2018-03-11 08:23:58 +01:00 |
|