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

add support for task.Start on an explicit new Task #191

Open
pdeligia opened this issue Jun 15, 2021 · 0 comments
Open

add support for task.Start on an explicit new Task #191

pdeligia opened this issue Jun 15, 2021 · 0 comments
Labels
area-binary-rewriting Issues related to binary rewriting

Comments

@pdeligia
Copy link
Member

We should support rewriting and testing the following:

Task task = new Task(...);
task.Start();

Including nested tasks (e.g. Task).

@pdeligia pdeligia added area-binary-rewriting Issues related to binary rewriting and removed enhancement labels Jul 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-binary-rewriting Issues related to binary rewriting
Projects
None yet
Development

No branches or pull requests

1 participant