Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

separate responsibility #4

Open
ufcpp opened this issue Dec 15, 2016 · 1 comment
Open

separate responsibility #4

ufcpp opened this issue Dec 15, 2016 · 1 comment

Comments

@ufcpp
Copy link
Owner

ufcpp commented Dec 15, 2016

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
@ufcpp
Copy link
Owner Author

ufcpp commented Dec 21, 2016

#9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant