dimis lakis wrote:
Rob Spoor wrote:Mono was only a way to get .NET Framework 4.x projects to run on Linux, Since .NET 5.0, .NET is crossplatform and there's no longer a need for Mono.
So .net runs without problems at non windows platforms?
I thing Microsoft made an anti-Java platform with C# and .net
Piet Souris wrote:@Rob,
any reason why you used orElseGet instead of orElse?
Mike Simmons wrote:...
Tim Bant wrote:I had assumed that a .submit() or .execute() call was actually creating a thread, but now thanks to you both, I understand that its the service that creates the thread(s), then tasks are created via submit()/execute() and assigned/split out to the threads.
Tim Bant wrote:One final comment...if I have:
it outputs 3 times.
Is this because its instantiating a new object everytime, thus creating a brand new thread pool each time?