|
|
|
|
|
by pjmlp
893 days ago
|
|
No, it is a state machine that generates an instace of a Task from Task Parallel Library, and automates the Run()/Get() invocations from it. Assuming your type isn't an Awaitable, with magic methods to influence how the compiler actually generates the state machine. |
|