mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +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();
|
||||
await Task.Delay(100);
|
||||
|
||||
// TODO: We used to be scheduled back to the framework thread here. Is that by design?
|
||||
//ThreadSafety.AssertMainThread();
|
||||
// TODO: Should we be scheduled back to the framework thread here?
|
||||
// ThreadSafety.AssertMainThread();
|
||||
ThreadSafety.AssertNotMainThread();
|
||||
}).ConfigureAwait(false);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue