Denis Blank
|
cdbc332287
|
Implement the new result deduction for when_any
* The logic requires now that all continuables yield the same
types and amount of result objects.
|
2018-03-02 19:18:53 +01:00 |
|
Denis Blank
|
9891543b1f
|
Enable and document the new when_all
|
2018-03-02 04:49:04 +01:00 |
|
Denis Blank
|
7602dfd50d
|
Basic implementation of the all composition
|
2018-03-01 03:21:31 +01:00 |
|
Denis Blank
|
a1ee771059
|
Fix an issue when connecting void continuables
|
2018-02-28 02:43:57 +01:00 |
|
Denis Blank
|
663779f083
|
Add documentation to when_seq
|
2018-02-28 02:10:35 +01:00 |
|
Denis Blank
|
3c70024c0b
|
Make it possible to apply when_seq to iterators
|
2018-02-28 01:21:27 +01:00 |
|
Denis Blank
|
17f454ceb6
|
Fix a remapping failure when nested tuples are involved
|
2018-02-28 00:32:40 +01:00 |
|
Denis Blank
|
6e1350086e
|
More work on the hint calculation for all and seq compositions
|
2018-02-27 23:47:51 +01:00 |
|
Denis Blank
|
a7d844d0dc
|
Fix some permissive issues
|
2018-02-27 17:19:57 +01:00 |
|
Denis Blank
|
ba6c4cc905
|
More work on the sequential compositioning
|
2018-02-27 06:08:55 +01:00 |
|
Denis Blank
|
b1d7a76c8f
|
Move the new remapping functionality to its own header
|
2018-02-27 02:19:08 +01:00 |
|
Denis Blank
|
f81f0e649c
|
Initial work on creating the result object
|
2018-02-19 04:55:02 +01:00 |
|
Denis Blank
|
8102c2d841
|
Some more ideas
|
2018-02-19 00:58:45 +01:00 |
|
Denis Blank
|
e4ef3ccefb
|
Some experiments
|
2018-02-10 04:51:11 +01:00 |
|
Denis Blank
|
20f586376f
|
Some misc improvements
|
2018-02-10 04:04:43 +01:00 |
|
Denis Blank
|
3626133f8e
|
Happy new Year!
* Update license notices to 2018
|
2018-01-04 01:45:09 +01:00 |
|
Denis Blank
|
95d5f25f84
|
Rename flow -> next
|
2017-11-30 07:32:17 +01:00 |
|
Denis Blank
|
f3c33b58c6
|
Improve the documentation
|
2017-10-04 19:07:20 +02:00 |
|
Denis Blank
|
84ca172caa
|
Qualify continuable callbacks as r-value callable
|
2017-10-04 17:16:58 +02:00 |
|
Denis Blank
|
0eb272a46f
|
Move generic transforms out of the main class
* Introduce apply to use generic transforms which are
defined out of class.
|
2017-10-04 04:05:11 +02:00 |
|
Denis Blank
|
612aeef0c8
|
Add an operator| (pipe) for future folding and channels
|
2017-10-04 03:17:26 +02:00 |
|
Denis Blank
|
dc205c8e51
|
Started on accepting flowing callables which accept all paths
|
2017-10-04 01:11:25 +02:00 |
|
Denis Blank
|
52cf1ab929
|
Started to implement combined path callables
|
2017-10-03 02:25:20 +02:00 |
|
Denis Blank
|
6b9efad602
|
Pass promises to type erased continuables instead of the raw callbacks
|
2017-10-03 01:21:32 +02:00 |
|
Denis Blank
|
a685d9234a
|
Readd unique_continuable
|
2017-10-03 01:14:53 +02:00 |
|
Denis Blank
|
22c9ee01d4
|
Fix "all" compositions with error handling
|
2017-10-02 17:23:06 +02:00 |
|
Denis Blank
|
bc431b4013
|
Rename catching -> fail
|
2017-10-01 03:37:34 +02:00 |
|
Denis Blank
|
d9546c15bb
|
Allow packed_dispatch to receive an arbitrary count of tail args
|
2017-10-01 01:49:50 +02:00 |
|
Denis Blank
|
e594989af2
|
More implementation work on error handling
|
2017-10-01 01:40:32 +02:00 |
|
Denis Blank
|
8856f85388
|
Fix more build failures regarding error handling
|
2017-10-01 01:26:49 +02:00 |
|
Denis Blank
|
5d11d44a44
|
Enable the failing part
|
2017-10-01 00:54:18 +02:00 |
|
Denis Blank
|
b9a367ba03
|
More work on error handling
|
2017-10-01 00:49:43 +02:00 |
|
Denis Blank
|
0f242df1a6
|
Remove an unused lambda capture
|
2017-09-30 19:49:33 +02:00 |
|
Denis Blank
|
8d7f4e5a1b
|
Fix some unused warnings
|
2017-09-30 02:40:20 +02:00 |
|
Denis Blank
|
7d9198b5cc
|
Rename set_error -> set_exception
* In order to move closer to the standard
|
2017-09-30 02:19:58 +02:00 |
|
Denis Blank
|
37c70c3365
|
First building API of promises and error handling
* Currently not functional (yet)
|
2017-09-30 02:13:27 +02:00 |
|
Denis Blank
|
98936f6972
|
minor stuff
|
2017-09-29 01:24:33 +02:00 |
|
Denis Blank
|
0aa42d5b1a
|
Attempt to fix the GCC build
|
2017-09-27 02:35:53 +02:00 |
|
Denis Blank
|
7a02148c9d
|
Change inclusions
|
2017-09-26 23:28:50 +02:00 |
|
Denis Blank
|
ccd77dee29
|
Edit the readme
|
2017-03-04 21:49:57 +01:00 |
|
Denis Blank
|
8d851d6d42
|
Rework the alias trait
|
2017-03-03 17:10:29 +01:00 |
|
Denis Blank
|
3b4fd82039
|
Base implementation of partial callback calls
|
2017-02-28 22:22:28 +01:00 |
|
Denis Blank
|
6e5ec79754
|
initial commit
|
2017-02-26 00:33:32 +01:00 |
|