|
You are here |
ericniebler.com | ||
| | | | |
probablydance.com
|
|
| | | | | C++20 added minimal support for coroutines. I think they're done in a way that really doesn't fit into C++, mostly because they don't follow the zero-overhead principle. Calling a coroutine can be very expensive (requiring calls to new() and delete()) in a way that's not entirely under your control, and they're designed to make it... | |
| | | | |
without.boats
|
|
| | | | | ||
| | | | |
gist.github.com
|
|
| | | | | Concrete proposal for async semantics in Swift. GitHub Gist: instantly share code, notes, and snippets. | |
| | | | |
river.me
|
|
| | | My notes on "Operating Systems: Three Easy Pieces" - part 2, Concurrency | ||