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

Commit536f978

Browse files
authored
Update control.fs
1 parentabaa67d commit536f978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ namespace Microsoft.FSharp.Control
230230
// This should be the only call to Thread.Start in this library. We must always install a trampoline.
231231
memberthis.StartThreadWithTrampoline(f:unit->AsyncReturn)=
232232
#if FX_NO_THREAD
233-
this.QueueWorkItem(f)
233+
this.QueueWorkItemWithTrampoline(f)
234234
#else
235235
(new Thread((fun _-> this.Execute f|> unfake), IsBackground=true)).Start()
236236
FakeUnit

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp