Skip to content

separate responsibility #4

Description

@ufcpp

Now, ContextFreeTask has two responsibilities:

  • await operations in the methods which return ContextFreeTask capture no context
  • await operations on ContextFreeTask capture no context

These should be separated.

used as a return typeused on await operators
ContextFreeTasknono
?noyes
?yesno
System.Threading.Tasks.Taskyesyes

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions