mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-05-30 21:47:24 +00:00
![]() This PR allows reusing thread ids once they are released. That is done by using a stack data structure to keep track of the used ids. When a thread is created, it takes an available identifier from the stack. When the thread exits, it returns the id to the stack of available identifiers. |
||
---|---|---|
.. | ||
aot | ||
common | ||
compilation | ||
fast-jit | ||
include | ||
interpreter | ||
libraries | ||
README.md |