Reply To: MultiCore – Unity
Home › Forums › Developer › Concurrency Kit › MultiCore – Unity › Reply To: MultiCore – Unity
June 20, 2012 at 10:02 am
#334
Administrator
Keymaster
Thanks for the feedback!
If you haven’t used the Task Parallel Library before from .NET, I recommend this series here on CodeProject which has great examples of what you can do with the library:
http://www.codeproject.com/Articles/152765/Task-Parallel-Library-1-of-n
Beyond that foundation, the Concurrency Kit adds micro-threading support, a Unity coroutine task scheduler, and MonoBehaviour extensions which you can read a little more about here:
Let me know if there is a specific scenario you have in mind that you would like to see more examples for and I’ll see if we can add some content on that in the future.
Comments are closed.