Provides a generic typed Pool for running Tasks/Funcs in an extra thread
Inheritance Hierarchy

BackgroundTask BackgroundActionPool TParam, TReturn
Namespace: BackgroundTask
Assembly: BackgroundTask (in BackgroundTask.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Type Parameters
- TParam
- The methods parameter type
- TReturn
- The methods return value type
See Also