dotnet / runtime

.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
https://docs.microsoft.com/dotnet/core/
MIT License
14.91k stars 4.63k forks source link

[WASI] fix event loop init #104803

Open pavelsavara opened 1 month ago

pavelsavara commented 1 month ago

src\libraries\System.Private.CoreLib\src\System\Threading\ThreadPoolWorkQueue.cs

#if !TARGET_WASI
            // TODO fixme
            Debug.Assert(workQueue._separated.queueProcessingStage == (int)QueueProcessingStage.Scheduled);
#endif
dotnet-policy-service[bot] commented 1 month ago

Tagging subscribers to 'arch-wasm': @lewing See info in area-owners.md if you want to be subscribed.