Skip to content

Async Overloads on Options? #863

@FreeApophis

Description

@FreeApophis

Some thoughts on how this is used:

  • The Awaiter on Option<Task> Is sometimes confusing to people.
  • Would a SelectAwait be useful?

Alternatives:

  • more SelectMany overloads tackling combinations of Task and Option.
  • using Traverse or Sequence (it is only rarely necessary because the awaiter on the option usually solves the problen, however it also means the people are rarely using this and are unfamiliar with it.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions