type | description |
---|---|
ActionExt | ActionExt makes you write multi-thread code easier |
Concurrent | Concurrent allows you to iterate asynchronously |
FuncExt | FuncExt extends functions to create future |
Future | Future allows you to get values asynchronously |
IConcurrent | IConcurrent is interface for asynchronous enumeration |
Worker | Worker allows you to use Thread more safety and easier |