Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8132425

Browse files
committed
minimize diff
1 parent135173e commit8132425

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

‎src/fsharp/FSharp.Core/control.fs‎

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2308,7 +2308,7 @@ namespace Microsoft.FSharp.Control
23082308
letensurePulse()=
23092309
match pulsewith
23102310
|null->
2311-
pulse<-new AutoResetEvent(false)
2311+
pulse<-new AutoResetEvent(false);
23122312
|_->
23132313
()
23142314
pulse
@@ -2391,7 +2391,7 @@ namespace Microsoft.FSharp.Control
23912391
then None
23922392
else
23932393
letx= inbox.[0]
2394-
inbox.RemoveAt(0)
2394+
inbox.RemoveAt(0);
23952395
Some(x)
23962396

23972397
memberx.Post(msg)=
@@ -2406,10 +2406,9 @@ namespace Microsoft.FSharp.Control
24062406
| None->
24072407
match pulsewith
24082408
|null->
2409-
// No one waiting, leaving the message in the queue is sufficient
2410-
()
2409+
()// no one waiting, leaving the message in the queue is sufficient
24112410
| ev->
2412-
//Someone is waiting on the wait handle
2411+
//someone is waiting on the wait handle
24132412
ev.Set()|> ignore
24142413

24152414
| Some(action,trampolineHolder)->

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp