File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/FSharp.Control.TaskSeq Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -291,18 +291,18 @@ and [<NoComparison; NoEquality>] TaskSeq<'Machine, 'T
291
291
// the Current value
292
292
data.current <- ValueNone
293
293
294
- ValueTask.FromResult result
294
+ ValueTask.fromResult result
295
295
296
296
| ValueTaskSourceStatus.Faulted
297
297
| ValueTaskSourceStatus.Canceled
298
298
| ValueTaskSourceStatus.Pending as state ->
299
299
Debug.logInfo ( " at MoveNextAsyncResult: case " , state)
300
300
301
- ValueTask.ofIValueTaskSource this version
301
+ ValueTask.ofSource this version
302
302
| _ ->
303
303
Debug.logInfo " at MoveNextAsyncResult: Unexpected state"
304
304
// assume it's a possibly new, not yet supported case, treat as default
305
- ValueTask.ofIValueTaskSource this version
305
+ ValueTask.ofSource this version
306
306
307
307
and ResumableTSC < 'T > = ResumableCode< TaskSeqStateMachineData< 'T>, unit>
308
308
and TaskSeqStateMachine < 'T > = ResumableStateMachine< TaskSeqStateMachineData< 'T>>
You can’t perform that action at this time.
0 commit comments