|
|
|
|
|
by pjmlp
4883 days ago
|
|
> I didn't realize NuGet let you do remote path import. Nor that it was around in 2004. Nor that it's part of the C# language spec. Fare enough if you want to limit yourself to 2004 and compiler specific support. > Goroutine + Channels are vastly different than the TPL If you take out your Go coloured glasses and read in what TPL does, you will see that what Goroutines and channels are indeed available as Tasks and Queues. |
|
Here's a dining philosophers implementation in F# and Go (among other languages)
http://rosettacode.org/wiki/Dining_philosophers