dotnet / runtimelab

This repo is for experimentation and exploring new ideas that may or may not make it into the main dotnet/runtime repo.
MIT License
1.37k stars 189 forks source link

[NativeAOT-LLVM] Integrate thread pool into the event loop #2502

Closed SingleAccretion closed 5 months ago

SingleAccretion commented 5 months ago

Include the Mono sources verbatim and replace an internal call with an equivalent Emscripten call. Do not define FeaturePortableThreadPool for single-threaded WASM anymore. Add a test, and fix HelloWasm's shell JS.

Another unimplemented piece bites the dust...

SingleAccretion commented 5 months ago

@dotnet/nativeaot-llvm