issues
search
boostorg
/
cobalt
Coroutines for C++20 & asio
https://www.boost.org/doc/libs/master/libs/cobalt/doc/html/index.html
228
stars
25
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
cobalt::try_handle_all does not behave as expected
#213
Kajonn
opened
1 week ago
1
coroutine handle gets destroyed after suspending and preventing the resumption
#212
mitsubishirgb
closed
1 week ago
2
Boost 1.87
#211
klemens-morgenstern
closed
3 weeks ago
0
Empty generator
#210
rafalg
opened
3 weeks ago
6
Closing the application keeps cobalt::thread running with a concurrent_channel
#209
matthijs
closed
3 weeks ago
2
Issue/206
#208
klemens-morgenstern
closed
3 weeks ago
0
Ci
#207
klemens-morgenstern
closed
1 month ago
0
Data loss during race read from 3 channels
#206
romanfomin
closed
3 weeks ago
0
Add generator support to the python example.
#205
triplejam
opened
1 month ago
0
deferred_sequence
#204
klemens-morgenstern
opened
1 month ago
0
Request, create empty promise object that can be set later outside of a coroutine.
#203
sandercm
opened
2 months ago
1
How to get more than one value out of a generator coroutine in a unit test?
#202
LegalizeAdulthood
closed
2 months ago
11
Segfault with empty co_main when compiling with BOOST_COBALT_NO_PMR
#201
nyibbang
opened
2 months ago
0
Fix `cobalt::use_op` returning multiple values.
#200
nyibbang
closed
2 months ago
0
how to await for a shared resource from multiple coroutines
#199
mitsubishirgb
closed
1 month ago
3
Unfinished task is resumed after co_main returns
#198
nyibbang
opened
2 months ago
0
boost 1.86 beta and cobalt shared library
#197
bramasub1
closed
3 months ago
2
fix heap-use-after-free condition when cancelling spawned task, close…
#196
Pele44
opened
3 months ago
1
Performance advice
#195
peroket
opened
3 months ago
4
heap-use-after-free error when cancelling spawned awaitable
#194
Pele44
opened
4 months ago
5
-DBOOST_COBALT_NO_PMR=1 breaks MSVC build
#193
francoisk
closed
4 months ago
0
Add support for modular build structure.
#192
grafikrobot
closed
2 months ago
1
Documentation generation error
#191
LegalizeAdulthood
opened
4 months ago
0
Fix typo in code example in async.doc
#190
LegalizeAdulthood
opened
4 months ago
1
How to use channels from a C API callback?
#189
jskri
opened
4 months ago
3
co_yield in for loop not incrementing index var.
#188
kilasuelika
closed
4 months ago
2
add deferred support.
#187
klemens-morgenstern
closed
4 months ago
0
master update
#186
klemens-morgenstern
closed
4 months ago
0
added generate-diagram option & cache
#185
klemens-morgenstern
closed
5 months ago
0
Channel fix
#184
klemens-morgenstern
closed
5 months ago
0
cobalt::channel does not work with move only type
#183
dchansen
closed
5 months ago
2
cobalt::channel does not work with std::any
#182
dchansen
closed
5 months ago
0
Test libraries and executables should be declared EXCLUDE_FROM_ALL
#181
pdimov
closed
5 months ago
0
Unhandled `cobalt::task` prevents destruction of `asio::io_context`
#180
Lyulf
opened
6 months ago
1
boost-cobalt error compatibility x64-osx on Mac mini M2 with vcpkg
#179
TheLingeringWill
opened
6 months ago
0
added noop utility
#178
klemens-morgenstern
closed
6 months ago
0
No cobalt build and install for Boost 1.85.0 with bjam
#177
liaoya
closed
7 months ago
4
How to exit from a generator without returning a value
#176
josuegomes
closed
7 months ago
4
Macos
#175
klemens-morgenstern
closed
6 months ago
0
Stackful
#174
klemens-morgenstern
closed
7 months ago
0
fix promise& generator operator=
#173
klemens-morgenstern
closed
7 months ago
0
Access violation when returing object with specific layout on MSVC
#172
Lyulf
opened
7 months ago
8
adapting legacy code to Cobalt
#171
notzain
closed
1 week ago
5
bug fixes 1.85
#170
klemens-morgenstern
closed
7 months ago
0
spawn race condition fix, closes #167.
#169
klemens-morgenstern
closed
7 months ago
0
`cobalt::race` doesn't ignore exception thrown by cancellation
#168
Lyulf
closed
7 months ago
6
Crash when use spawn to other executor combined with cobalt::run and custom awaitable
#167
Pele44
closed
7 months ago
6
Cancellation from external `asio::cancellation_signal`?
#166
Lyulf
closed
7 months ago
7
`cobalt::thread` doesn't release mutex
#165
Lyulf
opened
8 months ago
0
Moving from a thread to cobalt: am I doing this right ?
#164
jcelerier
closed
5 months ago
8
Next