mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-13 20:24:16 +01:00
Fix warning
This commit is contained in:
parent
ca438b6e69
commit
c1805bd510
1 changed files with 2 additions and 2 deletions
|
|
@ -30,8 +30,8 @@ internal class FrameworkTaskSchedulerSelfTestStep : ISelfTestStep
|
||||||
ThreadSafety.AssertMainThread();
|
ThreadSafety.AssertMainThread();
|
||||||
await Task.Delay(100);
|
await Task.Delay(100);
|
||||||
|
|
||||||
// TODO: We used to be scheduled back to the framework thread here. Is that by design?
|
// TODO: Should we be scheduled back to the framework thread here?
|
||||||
//ThreadSafety.AssertMainThread();
|
// ThreadSafety.AssertMainThread();
|
||||||
ThreadSafety.AssertNotMainThread();
|
ThreadSafety.AssertNotMainThread();
|
||||||
}).ConfigureAwait(false);
|
}).ConfigureAwait(false);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue