issues
search
executors
/
futures
A proposal for a futures programming model for ISO C++
22
stars
7
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Propagating an executor through receivers in the pushmi model
#129
AerialMantis
opened
6 years ago
0
Remove myself from the 2018-07-13 attending list and fix the date
#128
RedBeard0531
closed
6 years ago
1
Add notes from NVIDIA and FaceBook f2f to repo
#127
brycelelbach
opened
6 years ago
0
Converting continuable futures into shared futures
#126
griwes
opened
6 years ago
0
Modify the cancellation example
#125
LeeHowes
closed
6 years ago
1
added missing definitions of future_value_t and promise_value_t
#124
dhollman
closed
6 years ago
1
Change via precondition to be worded in terms of queries.
#123
LeeHowes
closed
6 years ago
0
Issue116 get executor
#122
LeeHowes
closed
6 years ago
1
Should `.then` be const qualified?
#121
brycelelbach
opened
6 years ago
4
Don't require the `promise_contract` return type to be a `std::pair`
#120
dhollman
opened
6 years ago
12
Support allocators in the standard types that we provide
#119
griwes
opened
6 years ago
11
Interoperation with interrupt tokens `std::thread`/`std::jthread` (P0660)
#118
josuttis
opened
6 years ago
4
`make_promise_contract` instead of executor property queries in the wording
#117
brycelelbach
opened
6 years ago
7
Executor wording needs to not put `get_executor()` is equal to the executor in type requirements
#116
brycelelbach
closed
6 years ago
2
Definition of "valueless completion"
#115
brycelelbach
opened
6 years ago
0
Do executor functions (ex: `bulk_twoway_execute`) return `SemiFutures` or `ContinuableFutures`
#114
brycelelbach
closed
6 years ago
1
Try to explain cancellation.
#113
griwes
closed
6 years ago
0
Move to the namespace std::execution.
#112
griwes
closed
6 years ago
1
Fix lots of formatting
#111
griwes
closed
6 years ago
0
Move sections around.
#110
griwes
closed
6 years ago
1
Align the text in the introduction to the operational semantics of .then.
#109
griwes
closed
6 years ago
0
Fix refs and dfns
#108
griwes
closed
6 years ago
4
Need to add missing wording for `future_value_t` and `promise_value_t`
#107
dhollman
closed
6 years ago
3
changed to future_value_t
#106
dhollman
closed
6 years ago
1
updated standard_promise and added make_promise_contract
#105
dhollman
closed
6 years ago
3
Markup is a bit busted right now
#104
RedBeard0531
closed
6 years ago
7
definition of std::this_thread::future_get refers to std::decay_t<Future>::value_type
#103
RedBeard0531
closed
6 years ago
6
Add force=1 to the redered link in README.md
#102
RedBeard0531
closed
6 years ago
1
ContinuableFuture->SemiFuture
#101
LeeHowes
closed
6 years ago
0
Added standard_promise default and move construction.
#100
LeeHowes
closed
6 years ago
0
Added basic explanation of .via.
#99
LeeHowes
closed
6 years ago
0
Initial fix for #94
#98
dhollman
closed
6 years ago
0
proper type erasure for `*_promise_contract_t`
#97
dhollman
closed
6 years ago
3
Fixes for future types for fallback promise future query.
#96
LeeHowes
closed
6 years ago
4
Use `executor_future_t` and `executor_promise_t` in promise properties.
#95
brycelelbach
closed
6 years ago
1
Use of `promise_contract_t<T>::static_query_v<E> == true` is invalid
#94
chriskohlhoff
opened
6 years ago
5
`promise_contract_t` currently returns `std::pair<std::promise<T>, std::future<T>>`
#93
brycelelbach
closed
6 years ago
7
Does `.via` return `executor_future_t<Executor>`?
#92
brycelelbach
closed
6 years ago
5
`future<void>`
#91
brycelelbach
opened
6 years ago
19
Fix future_get Returns clause re exceptions
#90
yfeldblum
closed
6 years ago
0
Permit deduction of the future_get param type
#89
yfeldblum
closed
6 years ago
0
made a start on intro material
#88
dhollman
closed
6 years ago
0
I think it should be A FutureContinuation
#87
LeeHowes
closed
6 years ago
1
Tweaked namespacing of future_wait and future_get for consistency.
#86
LeeHowes
closed
6 years ago
0
Add missing semifuture query on promise type.
#85
LeeHowes
closed
6 years ago
0
Motivation/Design section
#84
brycelelbach
closed
6 years ago
2
fixed typos
#83
dhollman
closed
6 years ago
0
Allow `get_executor` to throw
#82
brycelelbach
closed
6 years ago
0
Remove the `f.semi()` requirement from ContinuableFuture.
#81
brycelelbach
closed
6 years ago
0
Future continuation requirements
#80
brycelelbach
closed
6 years ago
0
Next