Explore >> Select a destination


You are here

prashamhtrivedi.in
| | www.uraimo.com
17.3 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.javaadvent.com
13.0 parsecs away

Travel
| | When JetBrains first announced coroutines as Kotlin's asynchronous programming solution, many developers were intrigued but doubtful whether or not this shiny new gem would be enough to solve all their asynchronous problems. At that time, in the Java world, the market standard was the reactive library RxJava (which also has equivalents in other languages - [...]
| | ericniebler.com
11.0 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...
| | developerlife.com
110.8 parsecs away

Travel
| This tutorial is an early exploration into Java Project Loom (preview technology)