mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Seal this
This commit is contained in:
@@ -720,7 +720,7 @@ public static partial class Application
|
||||
// provides the sync context set while executing code in Terminal.Gui, to let
|
||||
// users use async/await on their code
|
||||
//
|
||||
private class MainLoopSyncContext : SynchronizationContext
|
||||
private sealed class MainLoopSyncContext : SynchronizationContext
|
||||
{
|
||||
public override SynchronizationContext CreateCopy () { return new MainLoopSyncContext (); }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user