You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 2, 2021. It is now read-only.
To simplify testing, you should never instantiate an async worker directly, but inject an <code>IAsyncWorker</code>.
In production code you can inject a real <code>AsyncWorker</code>. In test code you can inject a fake object that executes the delegates synchronously.
Thus simplifying testing because no multi.threading handling is necessary.