项目作者: in-op

项目描述 :
Custom parallel method and class definitions compatible with Unity 5.5 (.NET 3.5, C# 4.0)
高级语言: C#
项目地址: git://github.com/in-op/Parallel.git
创建时间: 2017-05-29T21:23:37Z
项目社区:https://github.com/in-op/Parallel

开源协议:

下载


Parallel

Custom Parallel and Concurrent
members that compile to .NET 3.5,
C# 4.0. Compatible with Unity 5.
Supports:

  • Parallel.For()
  • ConcurrentDictionary

Parallel.For()

A multithreaded for loop. Overloaded:
allows Int64 indexes and thread-local data.

ConcurrentDictionary

A thread-safe dictionary. All members
are locked instance-wide when invoked.