Closed
Description
It currently returns FSharpAsync<T>
, which is fine within F#, but creates awkward interop with C#:
await FSharpAsync.StartAsTask(ImageExport.exportAsJPG(...))
Metadata
Assignees
Labels
No labels
It currently returns FSharpAsync<T>
, which is fine within F#, but creates awkward interop with C#:
await FSharpAsync.StartAsTask(ImageExport.exportAsJPG(...))
Activity