/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

without.boats
| | ericniebler.com
2.3 parsecs away

Travel
| | TL;DR: "Structured concurrency" refers to a way to structure async computations so that child operations are guaranteed to complete before their parents, just the way a function is guaranteed...
| | probablydance.com
4.8 parsecs away

Travel
| | 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...
| | uraimo.com
2.4 parsecs away

Travel
| | Discussions on how concurrency should be handled natively in Swift will soon start, new paradigms will be introduced and a swifty approach to concurrency will be defined. This article is an introduction to these topics, it could be useful if you plan to contribute to swift-evolution or even if you just want to experiment with something new using the recommended opensource libraries.
| | www.joshbeckman.org
13.5 parsecs away

Travel
| These are movies I've been watching. {% include ContributionGraph.html category="watching" %} {% assign postsByMonth = site.categories['watching'] | group_by_exp:"post", "post.date | date: '%Y %B'&...