issues
search
tdauth
/
cpp-futures-promises
Advanced futures and promises in C++.
GNU General Public License v3.0
16
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add CAS and STM implementations of adv::Core
#25
tdauth
opened
5 years ago
0
Use linked list of callbacks instead of std::vector<Callback>
#24
tdauth
opened
5 years ago
0
Compare to HPX
#23
tdauth
opened
5 years ago
0
Add UniqueFuture and UniquePromise
#22
tdauth
opened
5 years ago
0
Fix unit tests for firstN and firstNSucc
#21
tdauth
closed
5 years ago
0
Split project
#20
tdauth
closed
5 years ago
1
Memory error
#19
tdauth
closed
5 years ago
0
Add factory support
#18
tdauth
opened
5 years ago
0
Fix BrokenPromise support
#17
tdauth
closed
5 years ago
0
No need for move when returning a value
#16
tdauth
closed
5 years ago
0
Use only one thread in the thread pools of the unit tests
#15
tdauth
closed
5 years ago
1
Do not use f.get in orElse
#14
tdauth
closed
5 years ago
0
Ensure the promise life time in a tryCompleteWith call
#13
tdauth
closed
5 years ago
1
Fix data race bug in firstN and firstNSucc
#12
tdauth
closed
6 years ago
1
Reduce warnings when building the final RPM
#11
tdauth
opened
6 years ago
0
Update to the latest stable versions of Boost, Folly and Wangle
#10
tdauth
closed
5 years ago
2
Produce data races by using a Folly combinator with a number of futures which is higher than the standard capacity of a C++ vector
#9
tdauth
closed
5 years ago
1
Convert the shared future test into a real Boost.Test unit test
#8
tdauth
closed
6 years ago
0
Use cdash to publish the coverage results etc.
#7
tdauth
opened
6 years ago
1
firstN does not complete with exceptions for Boost.Thread and Folly
#6
tdauth
closed
6 years ago
0
Fix Boost.Thread unit tests for advanced futures and promises
#5
tdauth
closed
6 years ago
0
Solve all remaining TODOs
#4
tdauth
opened
6 years ago
0
Use TravisCI without Docker
#3
tdauth
opened
6 years ago
0
Use C++17 and Fedora 27 for the TravisCI build
#2
tdauth
closed
6 years ago
0
Finish the Boost.Thread implementation
#1
tdauth
closed
5 years ago
1