Skip to content

separate responsibility #4

@ufcpp

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 type used on await operators
ContextFreeTask no no
? no yes
? yes no
System.Threading.Tasks.Task yes yes

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