Useful wrapper functions for threading.
View code on GitHub
Inheritance Hierarchy
DeltaEngine.Extensions ThreadExtensions
Namespace: DeltaEngine.Extensions
Assembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
Syntax
Methods
Name | Description | |
---|---|---|
![]() ![]() | EnqueueWorkerThread(Action) | |
![]() ![]() | EnqueueWorkerThread T (T, Action T ) | |
![]() ![]() | EnqueueWorkerThread T1, T2 (T1, T2, Action T1, T2 ) | |
![]() ![]() | Start(Action) | |
![]() ![]() | Start(Action Object , Object) | |
![]() ![]() | Start(String, Action) |
See Also