mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-16 12:57:44 +01:00
Make all TCS RunContinuationsAsynchronously
This commit is contained in:
parent
856c198934
commit
1be5cd452d
14 changed files with 33 additions and 23 deletions
|
|
@ -59,7 +59,7 @@ public sealed class SingleFontChooserDialog : IDisposable
|
|||
|
||||
private readonly int counter;
|
||||
private readonly byte[] fontPreviewText = new byte[2048];
|
||||
private readonly TaskCompletionSource<SingleFontSpec> tcs = new();
|
||||
private readonly TaskCompletionSource<SingleFontSpec> tcs = new(TaskCreationOptions.RunContinuationsAsynchronously);
|
||||
private readonly IFontAtlas atlas;
|
||||
|
||||
private string popupImGuiName;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue