Skip to content

Generate changelog / Fix consume ValueTask backed by IValueTaskSource (#2108) * Added AwaitHelper to properly wait for ValueTasks. * Adjust AwaitHelper to allow multiple threads to use it concurrently. * Changed AwaitHelper to static. * Add test case to make sure ValueTasks work properly with a race condition between IsCompleted and OnCompleted. Changed AwaitHelper to use ManualResetEventSlim instead of Monitor.Wait. * Make ValueTaskWaiter.Wait generic. * Compare types d... #136

Generate changelog / Fix consume ValueTask backed by IValueTaskSource (#2108) * Added AwaitHelper to properly wait for ValueTasks. * Adjust AwaitHelper to allow multiple threads to use it concurrently. * Changed AwaitHelper to static. * Add test case to make sure ValueTasks work properly with a race condition between IsCompleted and OnCompleted. Changed AwaitHelper to use ManualResetEventSlim instead of Monitor.Wait. * Make ValueTaskWaiter.Wait generic. * Compare types d...

Generate changelog / Fix consume ValueTask backed by IValueTaskSource (#2108) * Added AwaitHelper to properly wait for ValueTasks. * Adjust AwaitHelper to allow multiple threads to use it concurrently. * Changed AwaitHelper to static. * Add test case to make sure ValueTasks work properly with a race condition between IsCompleted and OnCompleted. Changed AwaitHelper to use ManualResetEventSlim instead of Monitor.Wait. * Make ValueTaskWaiter.Wait generic. * Compare types d... #136

Triggered via push March 19, 2024 22:08
Status Success
Total duration 1m 2s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
generate
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, JamesIves/github-pages-deploy-action@3.7.1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
generate
The following actions uses node12 which is deprecated and will be forced to run on node16: JamesIves/github-pages-deploy-action@3.7.1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/