Unity Task Manager - A Multi-Threading Framework for Unity
Features
Easily execute work asyncrounously, and even in parrallel
Includes a Dispatcher service you can use from any thread
Disclaimer:
Although this scripting dramatically increases the ease of which you can use threads, it still makes the assumption that you have some knowledge in how to use threads and the best practices in using them.