Vagabond


AssemblyLoadContextPool

Namespace: MBrace.Vagabond.LoadContextPool

Provides an AssemblyLoadContext pooling mechanism for use by Vagabond. AssemblyLoadContexts are allocated based what assembly dependencies are required for execution.

Static members

Static memberDescription
AssemblyLoadContextPool.Create(...)
Signature: (configuration:obj * minimumConcurrentContexts:int option * maximumConcurrentContexts:int option * threshold:TimeSpan option * maxTasksPerContext:int option) -> AssemblyLoadContextPool<'Manager>
Type parameters: 'Manager
Fork me on GitHub