issues
search
Amanieu
/
asyncplusplus
Async++ concurrency framework for C++11
MIT License
1.36k
stars
200
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Please, create a new release based on the master branch
#60
JanWilczek
closed
1 month ago
2
Force threadpool_scheduler of size 1 to use just a single thread (for data confinement)
#59
JanWilczek
closed
6 months ago
1
MacOS: missing Obj-C autorelease pool handling
#58
kikaxa
opened
9 months ago
3
Add CMAKE options to be able to build shared and static versions of the library at the same time
#57
Peter2121
opened
10 months ago
1
[question] Build both static and dynamic versions of the library
#56
Peter2121
opened
1 year ago
8
[feature] iterative when_all
#55
kikaxa
opened
1 year ago
1
Chain a subset of tasks
#54
BotellaA
opened
1 year ago
1
How to catch an exception with when_all()?
#53
BotellaA
closed
2 years ago
2
Replace deprecated std::aligned_storage with alternative
#52
TriangulumDesire
closed
2 years ago
0
Null Pointer Access
#51
funyarinpa01
closed
2 years ago
1
Add explicit move constructor / move assignment for shared_task
#50
zerodefect
opened
2 years ago
7
ERROR: terminate called without an active exception on QT application
#49
xkungfu
opened
2 years ago
1
arm gcc 4.8 error
#48
CycMei
opened
2 years ago
3
Replaced std::result_of with std::invoke_result for c++17 or greater
#47
IanLilleyT
closed
2 years ago
0
Compilation failures in C++20 due to removal of std::result_of
#46
IanLilleyT
closed
2 years ago
2
task using unique_ptr
#45
BotellaA
closed
3 years ago
2
resolve shadow warning in gcc-8.4.0
#44
museghost
closed
3 years ago
0
need more examples of Composition
#43
rahul3349
opened
3 years ago
1
thread wainting for task to end should not run another task
#42
MatthieuTexier
opened
3 years ago
5
Can you add more support for when_all, when_any, when_seq and fail?
#41
libaineu2004
opened
3 years ago
3
Conan package
#40
andreas-mausch
opened
4 years ago
2
Make a release
#39
zamazan4ik
closed
4 years ago
1
wait on parallel_for results
#38
psychoticbeef
closed
4 years ago
6
Nested task spawning broken
#37
rob-cohen
closed
4 years ago
25
error on centos 7
#36
BotellaA
closed
4 years ago
3
When signaling to a waiting task, do not signal under the hold of a l…
#35
zerodefect
closed
5 years ago
1
Use GNUInstallDirs to control install directories
#34
BotellaA
closed
5 years ago
1
add support for no(void) parameter continuations
#33
kikaxa
closed
5 years ago
1
exception matching is broken on macos due to -fno-rtti in asyncplusplus library
#32
kikaxa
closed
5 years ago
1
Change the header file extension to .hpp
#31
zerodefect
closed
5 years ago
1
Change the name of the async namespace
#30
zerodefect
closed
5 years ago
2
Missing include of CMakeFindDependencyMacro
#29
BotellaA
closed
5 years ago
1
Support CMake's find_package()
#28
tribal-tec
closed
6 years ago
1
Custom scheduler for Android and iOS
#27
bilsou
closed
6 years ago
2
Visibility not needed for static build
#26
tribal-tec
closed
6 years ago
1
Is it safe to export thread_id as a global thread local variable?
#25
amosbird
closed
6 years ago
15
add pre/post run functions to threadpool scheduler.
#24
amosbird
closed
6 years ago
0
Proper way to add pre-execute and post-execute code to worker threads
#23
amosbird
closed
6 years ago
1
add move semantic to threadpool_scheduler.
#22
amosbird
closed
7 years ago
1
Wait on threadpool_scheduler.
#21
amosbird
closed
7 years ago
2
async::when_any crashes
#20
sroycode
closed
7 years ago
4
msvc 2017 build
#19
mdimura
closed
7 years ago
2
Android support
#18
sabotage3d
closed
6 years ago
4
Make debian package creation easy
#17
mdimura
closed
8 years ago
0
Fix a build issue on platforms that support thread_local
#16
Rogiel
closed
8 years ago
1
Implement a thread_local emulation for iOS devices
#15
Rogiel
closed
8 years ago
5
Applies the workaround for FreeBSD libc++ atomic bug
#14
Rogiel
closed
8 years ago
1
event_task and continuation
#13
photonmaster
closed
6 years ago
5
gcc 4.7 compatibility
#12
mdimura
closed
9 years ago
1
Updated to keep the loop invariant out of the condition
#11
bashrc-real
closed
9 years ago
2
Next