TaskEx index #139
Labels
feature request
New feature or enhancement request
topic: task-ex
Related to the proposed new TaskEx library, which should get its own oss haven
Milestone
Replaces #128 #129
Within the F# ecosystem, there are a number of commonly used augmentations that typically get maintained as internal helpers within libraries and applications, manually copied around in various ways. Examples of such helpers:
Async.ignore
/Task.ignore
/ValueTask.ignore
While it can be argued that many of these concerns should be addressed in
FSharp.Core
, these are being logged here first in an attempt to narrow down the number of suggestions, with a view to getting stable naming (and potentially a shims library of some kind as a stopgap). NOTE that building a one stop shop for lots of arbitrary helpers is a non-goal of this effort.NOTES:
FSharp.Core
The text was updated successfully, but these errors were encountered: