issues
search
andreasbuhr
/
cppcoro
A library of C++ coroutine abstractions for the coroutines TS
MIT License
364
stars
53
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Avoid redefining `WIN32_LEAN_AND_MEAN` on Windows
#87
bernardosulzbach
opened
2 months ago
2
Issues installing
#86
Brendan-Jacobson1
opened
5 months ago
0
Can not run non-experimental <coroutine>
#85
Brendan-Jacobson1
closed
6 months ago
6
Reusing generator leads to skipping value
#84
lungsdude
opened
7 months ago
0
Initialize all bytes passed to write() (#82)
#83
urlofmar
closed
7 months ago
1
[Linux] Uninitialized bytes being passed to write()
#82
urlofmar
opened
7 months ago
0
[MSVC] Cppcoro failed to build due to error C2280 with msvc on Windows
#81
Zhaojun-Liu
opened
9 months ago
0
Linux Socket Operations
#80
danlapid
closed
8 months ago
1
Linux File Operations
#79
danlapid
closed
8 months ago
0
What is a correct way to switch away from coroutine?
#78
Ivan-Viktorov
closed
11 months ago
3
Use a namespace linux,but it expand as a macro
#77
asdadj
opened
1 year ago
6
Linux: Added file io
#76
danlapid
closed
12 months ago
0
msys2 CI
#75
kassane
closed
1 year ago
9
Mingw support
#74
kassane
closed
1 year ago
1
added default initializer for pointers in generator.hpp
#73
Bernhard-L
closed
1 year ago
1
Windows/MinGW: implicit instantiation of undefined template on socket_helpers
#72
kassane
closed
1 year ago
8
Fix hangup (race condition)
#71
andreasbuhr
closed
1 year ago
0
use checkout v3 instead of v2
#70
andreasbuhr
closed
1 year ago
0
add clang 16 to CI
#69
andreasbuhr
closed
1 year ago
0
enable CI in main branch
#68
andreasbuhr
closed
1 year ago
0
Add gcc 13 to CI
#67
andreasbuhr
closed
1 year ago
0
Fix CI
#66
andreasbuhr
closed
1 year ago
0
Mutex unlock can potentially overflow the stack. Provide an async unlock to allow users to avoid the issue.
#65
FunMiles
opened
1 year ago
1
Networking samples do not work on MacOS
#64
FunMiles
opened
1 year ago
3
Added linux scheduler
#63
danlapid
closed
1 year ago
7
Why not merge linux io_uring
#62
bizehao
opened
2 years ago
0
Fix hangup (race condition)
#61
urlofmar
closed
1 year ago
1
Add MSVC debug configurations to CI
#60
andreasbuhr
opened
2 years ago
0
Add Debug configurations to CI
#59
andreasbuhr
closed
2 years ago
0
Fix recursive generator in msvc
#58
andreasbuhr
closed
2 years ago
0
Add clang 15 to CI
#57
andreasbuhr
closed
2 years ago
0
Stop usage of Windows 2016 which is deprecated
#56
andreasbuhr
closed
2 years ago
0
Need bazel build support
#55
devillove084
opened
2 years ago
2
Update doctest to version 2.4.9
#54
andreasbuhr
closed
2 years ago
0
recursive_generator_tests fails on some MSVC configurations
#53
andreasbuhr
opened
2 years ago
2
Switch to Ubuntu 22.04 for CI
#52
andreasbuhr
closed
1 year ago
1
Add gcc 12 to CI
#51
andreasbuhr
closed
1 year ago
2
Add MSVC 2022 to the CI
#50
andreasbuhr
closed
2 years ago
0
Update doctest to 2.4.7
#49
andreasbuhr
closed
2 years ago
1
Karzhenkov nested continuations
#48
andreasbuhr
opened
2 years ago
0
Add Clang 13 and Clang 14 to CI
#47
andreasbuhr
closed
2 years ago
0
Fix clang 12 build by explicitly installing libunwind-12
#46
andreasbuhr
closed
2 years ago
0
Fix CI for Microsoft Visual Studio 2019
#45
andreasbuhr
closed
2 years ago
0
fix MSVC and gcc-12 building
#44
GorNishanov
closed
2 years ago
1
std::exchange needs #include <utility>
#43
raulh39
closed
2 years ago
1
Can not build Sample Project with gcc 11.2 in linux
#42
Maziar123
opened
2 years ago
5
Using a generator returned as r-value doesn't work with std::ranges | operator in release
#41
MelisWillem
opened
2 years ago
0
problems using cmake target on macos
#40
pbrady
opened
2 years ago
1
Fix MSVC compilation error
#39
philpax
closed
2 years ago
3
MSVC compile error
#38
Micha-2021
closed
2 years ago
2
Next