Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / lewissbaker/cppcoro issues and pull requests

#221 - Cancellation deadlock

Issue - State: open - Opened by apollo1321 8 months ago

#220 - fix topo

Pull Request - State: open - Opened by fililili 9 months ago

#219 - Add Examples

Issue - State: closed - Opened by gran4 over 1 year ago

#218 - [Enhancement] vector<bool>'s co_resource

Issue - State: open - Opened by Minecraft1248 over 1 year ago

#215 - Failed to build on my Windows box

Issue - State: open - Opened by rodrigovaras over 1 year ago - 1 comment

#214 - fatal error: 'stddef.h' file not found

Issue - State: open - Opened by menkaur over 1 year ago - 2 comments

#212 - Add vcpkg installation instructions

Pull Request - State: closed - Opened by Cheney-W about 2 years ago

#210 - -

Issue - State: closed - Opened by beef9999 over 2 years ago - 1 comment

#209 - Data race, detected by tsan

Issue - State: open - Opened by alephonea over 2 years ago

#208 - Does anyone still maintain this library under their own branch?

Issue - State: open - Opened by nqf almost 3 years ago - 11 comments

#207 - How is the performance of the socket module?

Issue - State: closed - Opened by nqf almost 3 years ago

#206 - added <utility> as dependancy for static_thread_pool.cpp

Pull Request - State: open - Opened by tomatenkuchen almost 3 years ago

#205 - Fix typo in `task` brief

Pull Request - State: open - Opened by mosdav about 3 years ago

#204 - async_mutex::unlock() behavior should be better documented

Issue - State: open - Opened by aschultz about 3 years ago - 2 comments

#203 - Bug Report: the port of socket is incorrect when I use socket.bind(...)

Issue - State: open - Opened by L-Sun over 3 years ago - 1 comment

#202 - Add cmake build support

Pull Request - State: open - Opened by icegood over 3 years ago - 1 comment

#201 - Add cmake build support

Pull Request - State: closed - Opened by icegood over 3 years ago

#200 - build system

Issue - State: open - Opened by icegood over 3 years ago - 4 comments

#199 - Cooperative multi-task / event loop with co_await

Issue - State: open - Opened by asfernandes over 3 years ago - 1 comment

#198 - Remove ::experimental from coroutine namespace

Pull Request - State: open - Opened by mala-maptun over 3 years ago

#197 - fix hash bang

Pull Request - State: open - Opened by sehe over 3 years ago

#196 - single_producer_sequencer sample code appears broken

Issue - State: open - Opened by jeanga over 3 years ago

#195 - net/ipv4_address.hpp bug

Issue - State: open - Opened by tlming16 over 3 years ago

#194 - Add a missing noexcept marker.

Pull Request - State: open - Opened by iains over 3 years ago

#193 - Question: task lifecycle and final_suspend

Issue - State: open - Opened by obhi-d over 3 years ago

#192 - Adding cppcoro to ConanCenter

Issue - State: open - Opened by mpusz over 3 years ago

#191 - experimental/filesystem will be removed and produce a fatal error in msvc2019

Issue - State: closed - Opened by cathaysia over 3 years ago - 2 comments

#190 - Having problem returning future from cppcoro::generator

Issue - State: open - Opened by Xyncgas over 3 years ago - 2 comments

#189 - Does not build

Issue - State: open - Opened by FalcoGer over 3 years ago - 2 comments

#188 - fix readme

Pull Request - State: open - Opened by artem-97 over 3 years ago

#187 - Question: How cross-compile cppcoro for ARM?

Issue - State: open - Opened by Michael1249 almost 4 years ago - 2 comments

#186 - Unable to build under MSVC preview.

Issue - State: open - Opened by nanoric almost 4 years ago - 3 comments

#185 - Cake.bat don't work on Windows 10

Issue - State: open - Opened by ghost almost 4 years ago - 3 comments

#184 - oldState must be changed at each loop

Pull Request - State: closed - Opened by 1053226965 almost 4 years ago - 1 comment

#183 - add cmake support

Pull Request - State: open - Opened by madmongo1 almost 4 years ago - 2 comments

#182 - Memory leaks in single_consumer_event

Issue - State: open - Opened by erikzenker almost 4 years ago - 4 comments

#181 - Test failing with G++, succeeding with clang++

Issue - State: open - Opened by eterchun almost 4 years ago

#180 - fix include required for g++-10.2

Pull Request - State: open - Opened by andreasbuhr almost 4 years ago

#178 - Update doctest to version 2.4.0

Pull Request - State: open - Opened by andreasbuhr almost 4 years ago - 1 comment

#177 - translate "for co_await" to regular for loops using "co_await"

Pull Request - State: closed - Opened by andreasbuhr almost 4 years ago

#176 - Fixes for MSVC 1928

Pull Request - State: closed - Opened by andreasbuhr almost 4 years ago

#175 - change doctest to always include <ostream>

Pull Request - State: closed - Opened by andreasbuhr almost 4 years ago - 1 comment

#174 - Add cmake support

Pull Request - State: open - Opened by andreasbuhr almost 4 years ago - 1 comment

#173 - Small fixes to make gcc happy

Pull Request - State: closed - Opened by andreasbuhr almost 4 years ago

#172 - Add GitHub actions

Pull Request - State: open - Opened by andreasbuhr almost 4 years ago - 3 comments

#171 - Unify experimental includes

Pull Request - State: open - Opened by andreasbuhr almost 4 years ago - 5 comments

#170 - cppcoro development seems pretty dead

Issue - State: open - Opened by etorth almost 4 years ago - 15 comments

#169 - linux support using liburing

Pull Request - State: closed - Opened by Garcia6l20 almost 4 years ago - 8 comments

#168 - Question on implementation of some concepts

Issue - State: open - Opened by Chlorie almost 4 years ago

#167 - Iterating mutiple times over a generator

Issue - State: open - Opened by ilelann about 4 years ago - 3 comments

#166 - Some minor changes in text

Pull Request - State: closed - Opened by GouravKumar2 about 4 years ago - 1 comment

#165 - Little discription added

Pull Request - State: closed - Opened by jatinmankar8 about 4 years ago - 1 comment

#164 - Hang in sync_wait() when coroutine has co_await() expression.

Issue - State: closed - Opened by Qix- about 4 years ago - 7 comments

#163 - Support -fno-exceptions

Issue - State: open - Opened by Qix- about 4 years ago - 1 comment

#162 - Use symmetric transfer for MSVC >=16.8

Issue - State: open - Opened by chausner about 4 years ago

#160 - File I/O for Linux

Pull Request - State: open - Opened by GIGte about 4 years ago

#158 - GCC 10.1 support

Pull Request - State: open - Opened by dutow about 4 years ago - 6 comments

#157 - final_suspend is required to be non-throwing

Issue - State: open - Opened by Kyle-Thompson about 4 years ago - 2 comments

#156 - generator_promise::{initial,final}_suspend() can be noexcept

Pull Request - State: closed - Opened by fghzxm about 4 years ago

#155 - Any success with compiling the tests on macOS?

Issue - State: open - Opened by mickeyl over 4 years ago

#154 - Segmentation faults when building using apple clang 11.0.3

Issue - State: closed - Opened by voertler over 4 years ago - 1 comment

#153 - fix a bug in ipv4_address::is_private_network() and avoid a compiler warning

Pull Request - State: closed - Opened by yaoxinliu over 4 years ago - 1 comment

#152 - schedule_on demotes shared_task to task

Issue - State: open - Opened by invexed over 4 years ago

#149 - sync_wait does not support lambdas

Issue - State: closed - Opened by invexed over 4 years ago - 2 comments

#147 - Is there any benchmark show the performance of the cppcoro?

Issue - State: open - Opened by Celthi over 4 years ago

#146 - Make recursive_generator [[nodiscard]] like generator

Pull Request - State: closed - Opened by gomez-addams over 4 years ago - 1 comment

#145 - Fire and forget?

Issue - State: open - Opened by uecasm over 4 years ago - 10 comments

#144 - Windows-10 build fails (cake.main not found)

Issue - State: open - Opened by AjitDingankar over 4 years ago

#143 - C++20 removed std::uncaught_exception

Issue - State: open - Opened by QuellaZhang over 4 years ago - 1 comment

#142 - Update travis config to use Ubuntu bionic and clang-11

Pull Request - State: closed - Opened by lewissbaker over 4 years ago

#141 - Update travis.yml to use clang-11 and Ubuntu bionic

Pull Request - State: closed - Opened by lewissbaker over 4 years ago - 1 comment

#140 - Avoid std::atomic_init deprecated by P0883.

Pull Request - State: closed - Opened by BillyONeal over 4 years ago - 3 comments

#139 - atomic_init calls throw deprecation warnings after acceptance of C++20 P0883

Issue - State: closed - Opened by BillyONeal over 4 years ago - 5 comments

#138 - Also support coroutines in std namespace

Issue - State: open - Opened by bmanga over 4 years ago - 2 comments

#137 - Question: worth migrating from cpprestsdk to cppcoro ?

Issue - State: open - Opened by mediabuff over 4 years ago - 2 comments

#136 - A generator that returns some terminal value

Issue - State: open - Opened by Anton3 almost 5 years ago - 2 comments

#135 - round_robin_scheduler_tests.cpp compile error with clang10

Issue - State: closed - Opened by insoulity almost 5 years ago - 3 comments

#134 - Remove duplication from build.cake

Pull Request - State: closed - Opened by anlongfei almost 5 years ago

#133 - how long can it support vs2019?

Issue - State: closed - Opened by roc1 almost 5 years ago - 1 comment

#132 - compile test/recursive_generator_tests.cpp crashes on clang++ 9.0.0 Linux

Issue - State: closed - Opened by AndreAdrian almost 5 years ago - 3 comments

#128 - gcc complains about using std::invoke

Pull Request - State: closed - Opened by denchat almost 5 years ago - 1 comment

#125 - Add support for VS 2019

Pull Request - State: open - Opened by lewissbaker about 5 years ago

#119 - Add support for compiling with Visual Studio 2019

Issue - State: open - Opened by NN--- about 5 years ago - 20 comments

#118 - Windows build fails

Issue - State: open - Opened by Chlorie about 5 years ago - 3 comments

#114 - spurious wake-ups in static_thread_pool cause deadlock

Issue - State: open - Opened by saurik over 5 years ago - 3 comments

#112 - please provide vcpkg support

Issue - State: open - Opened by mediabuff over 5 years ago - 2 comments

#110 - Added CMake build system

Pull Request - State: open - Opened by mmha over 5 years ago - 14 comments

#109 - async_generator_tests.cpp eating up all my memory

Issue - State: open - Opened by Rakete1111 over 5 years ago - 2 comments

#35 - build problem: stddef.not found

Issue - State: closed - Opened by yfinkelstein about 7 years ago - 26 comments