コード例 #1
0
        public void Interrupt()
        {
#if TARGET_UNIX || TARGET_BROWSER // TODO: https://github.com/dotnet/runtime/issues/49521
            WaitSubsystem.Interrupt(this);
#endif
            InterruptInternal(this);
        }
コード例 #2
0
 public void Interrupt() => WaitSubsystem.Interrupt(this);