/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

www.javaadvent.com
| | blog.risingstack.com
5.3 parsecs away

Travel
| | This post covers what tools and techniques you have at your disposal when handling Node.js asynchronous operations. Learn how to avoid the callback hell !
| | prashamhtrivedi.in
3.9 parsecs away

Travel
| | Coroutine is most powerful and natural way to process multithreading code. This post is excercept of the talk given to my team.
| | probablydance.com
5.1 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...
| | blog.sigplan.org
26.7 parsecs away

Travel
| The open-source development of the JavaScript programming language is now automatically checked. The language specification written in English is type checked, and the tests are checked for conform...