-
## Task List
- [ ] Reproduce the problem
- [x] **in progress** [Bisect](https://git-scm.com/docs/git-bisect) the commits and deploy each of them into a Terraform/Ansible cloud environment and le…
-
I suppose I'm reopening [an issue](https://github.com/crossbeam-rs/crossbeam-channel/issues/22) on the archived dedicated channels repo (otherwise I'd just make a comment).
@stjepang mentioned [her…
-
Right now the only way to have `Coroutine`s executing on multiple threads is to manually configure the threadpool upfront and again manually handle passing work between them. This is not ideal for bei…
-
We really need some reviews of our approach. If you want to review the approach, please glance at our open issues first so you can see what we are aware of.
Our goal is to create a stackful Corouti…
-
[Glad for the C++20 report!](https://www.reddit.com/r/cpp/comments/au0c4x/201902_kona_iso_c_committee_trip_report_c20)
### References
Shortcut to find related documents
* [C++ Draft Repo](http…
-
This is a pretty popular blog post from 2015 that helps illustrate
one way of thinking about concurrency and async I/O:
[What Color is Your Function?](http://journal.stuffwithstuff.com/2015/02/01/wh…
-
I see three methods on the `Config` type: [`set_io_workers`](https://docs.rs/may/0.3.7/may/struct.Config.html#method.set_io_workers), [`set_workers`](https://docs.rs/may/0.3.7/may/struct.Config.html#m…
-
## Describe the bug
We tested the 2.11 RC1 against the Nessus Scan again. So it's a litte bit a follow up from #6559: the Linux Client survived on CentOS 7 - Great! But not on our Windows System. Her…
-
I recently came accross this library and it looks great however my use-case almost always needs async behavior. Since I'm not familiar with the code, the question might be a stupid one so please bear …
-
I haven't found anything about this mentioned in documentation or other issues.
Lua coroutines have a limitation which prevents you from yielding across a C-call boundary, does the same limitation ex…