issues
search
lewissbaker
/
cppcoro
A library of C++ coroutine abstractions for the coroutines TS
MIT License
3.43k
stars
471
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
stack-like coroutine frame memory allocation
#222
microcai
opened
2 weeks ago
0
Cancellation deadlock
#221
apollo1321
opened
10 months ago
0
fix topo
#220
fililili
opened
10 months ago
0
Add Examples
#219
gran4
closed
1 year ago
0
[Enhancement] vector<bool>'s co_resource
#218
nofe1248
opened
1 year ago
0
Split list of awaiters in multi_producer_sequencer::add_awaiter
#217
dvetutnev
opened
1 year ago
0
Define CPPCORO_COMPILER_SUPPORTS_SYMMETRIC_TRANSFER for gcc and modern MSVC
#216
RedBeard0531
opened
1 year ago
1
Failed to build on my Windows box
#215
rodrigovaras
opened
1 year ago
1
fatal error: 'stddef.h' file not found
#214
menkaur
opened
1 year ago
2
Doctest included in the project is no longer compatible with newer glibc
#213
gnaggnoyil
opened
2 years ago
0
Add vcpkg installation instructions
#212
Cheney-W
closed
2 years ago
0
C1189 #error: The <experimental/coroutine> and <experimental/resumable> headers are only supported with /await and implement pre-C++20 coroutine support. Use <coroutine> for standard C++20 coroutines.
#211
Chritek
opened
2 years ago
1
-
#210
beef9999
closed
2 years ago
1
Data race, detected by tsan
#209
alephonea
opened
2 years ago
0
Does anyone still maintain this library under their own branch?
#208
nqf
opened
2 years ago
11
How is the performance of the socket module?
#207
nqf
closed
3 years ago
0
added <utility> as dependancy for static_thread_pool.cpp
#206
tomatenkuchen
opened
3 years ago
0
Fix typo in `task` brief
#205
mosdav
opened
3 years ago
0
async_mutex::unlock() behavior should be better documented
#204
aschultz
opened
3 years ago
2
Bug Report: the port of socket is incorrect when I use socket.bind(...)
#203
L-Sun
opened
3 years ago
1
Add cmake build support
#202
icegood
opened
3 years ago
1
Add cmake build support
#201
icegood
closed
3 years ago
0
build system
#200
icegood
opened
3 years ago
4
Cooperative multi-task / event loop with co_await
#199
asfernandes
opened
3 years ago
1
Remove ::experimental from coroutine namespace
#198
mala-maptun
opened
3 years ago
0
fix hash bang
#197
sehe
opened
3 years ago
0
single_producer_sequencer sample code appears broken
#196
jeanga
opened
3 years ago
0
net/ipv4_address.hpp bug
#195
tlming16
opened
3 years ago
0
Add a missing noexcept marker.
#194
iains
opened
3 years ago
0
Question: task lifecycle and final_suspend
#193
obhi-d
opened
3 years ago
0
Adding cppcoro to ConanCenter
#192
mpusz
opened
3 years ago
0
experimental/filesystem will be removed and produce a fatal error in msvc2019
#191
cathaysia
closed
9 months ago
2
Having problem returning future from cppcoro::generator
#190
Xyncgas
opened
3 years ago
2
Does not build
#189
FalcoGer
opened
3 years ago
2
fix readme
#188
artem-97
opened
3 years ago
0
Question: How cross-compile cppcoro for ARM?
#187
Michael1249
opened
3 years ago
2
Unable to build under MSVC preview.
#186
nanoric
opened
3 years ago
3
Cake.bat don't work on Windows 10
#185
ghost
opened
3 years ago
3
oldState must be changed at each loop
#184
1053226965
closed
4 years ago
1
add cmake support
#183
madmongo1
opened
4 years ago
2
Memory leaks in single_consumer_event
#182
erikzenker
opened
4 years ago
4
Test failing with G++, succeeding with clang++
#181
eterchun
opened
4 years ago
0
fix include required for g++-10.2
#180
andreasbuhr
opened
4 years ago
0
Factor out some of the coroutine "ownership" and cleanup code into a common RAII class?
#179
dschepler
opened
4 years ago
0
Update doctest to version 2.4.0
#178
andreasbuhr
opened
4 years ago
1
translate "for co_await" to regular for loops using "co_await"
#177
andreasbuhr
closed
4 years ago
0
Fixes for MSVC 1928
#176
andreasbuhr
closed
4 years ago
0
change doctest to always include <ostream>
#175
andreasbuhr
closed
4 years ago
1
Add cmake support
#174
andreasbuhr
opened
4 years ago
1
Small fixes to make gcc happy
#173
andreasbuhr
closed
4 years ago
0
Next