issues
search
lewissbaker
/
cppcoro
A library of C++ coroutine abstractions for the coroutines TS
MIT License
3.43k
stars
472
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Remove possible warnings with redefinitions
#71
attila0x2A
closed
6 years ago
2
Implement when_all_ready for async_generator
#70
attila0x2A
closed
1 month ago
0
Implement io_service::process_events_until_complete
#69
attila0x2A
closed
1 month ago
2
Possible bug with cancelling file operations
#68
attila0x2A
closed
6 years ago
7
[README] Add C++ highlighting for 'schedule_on'
#67
modocache
closed
6 years ago
1
Add async_shared_mutex synchronisation primitive
#66
lewissbaker
opened
6 years ago
0
Nested Coroutine Valgrind Error
#65
oneleggedredcow
closed
6 years ago
2
support for linux scheduler and timer
#64
neo5167
opened
6 years ago
5
Add Linux/Clang CI build using Travis CI
#63
lewissbaker
closed
6 years ago
0
Add CI build config for Windows using Appveyor
#62
lewissbaker
closed
7 years ago
0
SIBABRT while running the optimized tests under ubuntu 16.04
#61
blapid
closed
7 years ago
1
Fixed typos in README.md
#60
blapid
closed
7 years ago
0
TaskCompletionSource ?
#59
mediabuff
opened
7 years ago
7
Setup continuous integration builds for Windows and Linux
#58
lewissbaker
closed
6 years ago
2
Linux build fails
#57
neo5167
closed
7 years ago
4
tutorial: difference between this library and ppl
#56
mediabuff
closed
7 years ago
2
Remove use of std::atomic in task and async_generator once symmetric transfer is available
#55
lewissbaker
opened
7 years ago
5
Split async I/O functionality into a separate 'cppcoro_io' library
#54
lewissbaker
opened
7 years ago
2
Windows 8/Server 12 is minimum due to WaitOnAddress/WakeByAddressAll
#53
akoolenbourke
opened
7 years ago
3
Use custom allocator for when_all_ready_task objects in when_all_ready(std::vector<AWAITABLE>)
#52
lewissbaker
opened
7 years ago
0
Merge generic_ops branch into master
#51
lewissbaker
closed
6 years ago
9
Nested coroutines possible??
#50
akoolenbourke
closed
7 years ago
5
Don't yield sequence of mutable T& from generator<T> and async_generator<T>
#49
lewissbaker
opened
7 years ago
3
add support for Mac in config.cake
#48
lunastorm
closed
7 years ago
1
Add .editorconfig and .clang-format files to help with consistent formatting by multiple contributors
#47
lewissbaker
opened
7 years ago
2
io_service question
#46
yfinkelstein
opened
7 years ago
5
Mac platform support
#45
yfinkelstein
opened
7 years ago
24
Documentation clarification
#44
yfinkelstein
closed
7 years ago
2
Add support for std::optional<T> coroutine that allows unwrapping optional values using co_await
#43
lewissbaker
opened
7 years ago
2
Add expected<T, E> type
#42
lewissbaker
opened
7 years ago
0
Make when_all_ready return task<tuple<expected<T>...>>
#41
lewissbaker
opened
7 years ago
1
Make sync_wait() support arbitrary awaitables not just task/shared_task
#40
lewissbaker
closed
6 years ago
5
Make when_all usable with arbitrary awaitables rather than only for task<T> and shared_task<T>
#39
lewissbaker
opened
7 years ago
5
Support running async cleanup operations when an async_generator is destroyed early
#38
lewissbaker
opened
7 years ago
2
Add a .natvis file to aid Visual Studio debugging of tasks, etc.
#37
lewissbaker
opened
7 years ago
0
Add concurrency abstraction for server connection-handling workloads
#36
lewissbaker
opened
7 years ago
5
build problem: stddef.not found
#35
yfinkelstein
closed
7 years ago
26
Add support for building with Clang under Windows
#34
lewissbaker
opened
7 years ago
3
added doc for sync_wait
#33
menefotto
closed
7 years ago
2
Allow 'co_return task' as way of implementing tail-recursion of tasks
#32
lewissbaker
opened
7 years ago
3
Make lazy_task safe to use in a loop when the task completes synchronously
#31
lewissbaker
closed
7 years ago
2
Add blocking `io_service::process_events_until_complete(task)` function
#30
lewissbaker
opened
7 years ago
2
Deprecate and remove 'eager' task classes `task` and `shared_task`
#29
lewissbaker
closed
7 years ago
5
Add 'bind' operator for task types
#28
lewissbaker
opened
7 years ago
0
Add blocking 'sync_wait(task)' function for synchronously waiting for a task to complete
#27
lewissbaker
closed
7 years ago
4
Add support for building under Clang and Linux
#26
lewissbaker
closed
7 years ago
1
Split documentation into separate files/sections
#25
lewissbaker
opened
7 years ago
0
Add async_semaphore
#24
lewissbaker
opened
7 years ago
14
Add async_auto_reset_event
#23
lewissbaker
closed
7 years ago
1
Add async_manual_reset_event
#22
lewissbaker
closed
7 years ago
1
Previous
Next