You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public static void Main(string[] args)
{
var executor = new SingleThreadEventExecutor("", TimeSpan.FromMilliseconds(1000));
executor.ShutdownGracefullyAsync().Wait();
}
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: