https://github.com/andeart/unitylabs.threadjob
Simple ThreadJob implementation for use with .NET 3.5 framework in Unity.
https://github.com/andeart/unitylabs.threadjob
multithreading unity unity3d
Last synced: 3 months ago
JSON representation
Simple ThreadJob implementation for use with .NET 3.5 framework in Unity.
- Host: GitHub
- URL: https://github.com/andeart/unitylabs.threadjob
- Owner: andeart
- License: mit
- Created: 2018-09-19T07:30:36.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-08-26T18:14:01.000Z (almost 2 years ago)
- Last Synced: 2025-02-22T09:48:07.621Z (over 1 year ago)
- Topics: multithreading, unity, unity3d
- Language: C#
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Simple ThreadJob implementation for use with Unity and .NET 3.5 framework.
Please note that .NET 4.x allows more elegant approaches to similar functionality.