Table of Contents

Method DisposeAsync

Namespace
Millrace.Testing
Assembly
Millrace.Testing.dll

DisposeAsync()

Tears down the host and everything it built.

public ValueTask DisposeAsync()

Returns

ValueTask

Remarks

Disposes the underlying service provider, which stops the worker and scheduler. Storage is in-memory and goes with it, so each host is an isolated world and tests need no cleanup between them.