koculu / Topaz

Multithreaded Javascript Engine for .NET
MIT License
222 stars 13 forks source link

[BUG] Generic ValueTasks<> are not awaitable. #22

Closed koculu closed 9 months ago

koculu commented 9 months ago

Describe the bug Generic ValueTasks<> are not awaitable.

To Reproduce Write a script that awaits a generic ValueTask.

Expected behavior Returned value should be the result of the ValueTask.