Explore >> Select a destination


You are here

fsharpforfunandprofit.com
| | blog.gougousis.net
4.7 parsecs away

Travel
| |
| | csharp.christiannagel.com
2.9 parsecs away

Travel
| | Creating Windows applications, UI controls are bound to the UI thread. .NET made it to different iterations with different patterns dealing with asynchronous programming. .NET 4.0 introduced the Task Parallel Library (TPL) and C# 5 added the async and await keywords. Together with these enhancements of .NET, and the synchronization context, invoking methods that make...
| | www.cs.cornell.edu
5.8 parsecs away

Travel
| | As a side project, I wrote a simple implementation of green threads for the Python programming language. The library is called Bluelet and it uses Python's native implementation of coroutines. Bluelet makes it easy to write concurrent socket programs without OS threads, multiple processes, or select()-and-dispatch loops.
| | www.longdelayspossible.com
64.1 parsecs away

Travel
|