I'm just a bit lost on how I should go about doing threading in Nimrod.
I'm writing an engine similar to Intel's SMOKE framework, and it makes heavy use of concurrency. I need:
P.S. After I figure out how to do all this myself, I'll try my hand at writing a proper tutorial so future nimroders will have an easier time understanding.
We're aware the current situation is not entirely satisfying, so a better concurrency design is in the works. However, I hope what we already have suffices for your needs.
Well I'll work with what I've got - worst comes to worst this isn't an important project, just a learning one, so I can try something else instead.