Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Support Devirtualization of Schedulers #2027

Closed
benaadams opened this issue Jan 6, 2018 · 0 comments · Fixed by #2026
Closed

Support Devirtualization of Schedulers #2027

benaadams opened this issue Jan 6, 2018 · 0 comments · Fixed by #2026

Comments

@benaadams
Copy link
Member

Neither Scheduler.TaskRun.Schedule(() => {}) nor Scheduler.Inline.Schedule(() => {}) can be devirtualized as the internal derived types aren't sealed and they are stored in a field of the base type so loose the type information to devirtualize.

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

Successfully merging a pull request may close this issue.

1 participant