We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 842afde commit d0bf988Copy full SHA for d0bf988
src/MySqlConnector/Utilities/TimerQueue.cs
@@ -6,7 +6,7 @@ namespace MySqlConnector.Utilities
6
{
7
internal sealed class TimerQueue
8
9
- public static TimerQueue Instance = new();
+ public static TimerQueue Instance { get; } = new();
10
11
/// <summary>
12
/// Adds a timer that will invoke <paramref name="action"/> in approximately <paramref name="delay"/> milliseconds.
0 commit comments