mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 01:48:00 +02:00
+ WASI threads: define FPC_WASM_WORKER_THREADS_CAN_WAIT. It is actually true in
all known cases (command line WASI or browser).
This commit is contained in:
parent
7b492b9975
commit
2cefdd35b5
@ -20,7 +20,7 @@
|
||||
{$endif FPC_WASM_THREADS}
|
||||
|
||||
{$DEFINE FPC_WASM_MAIN_THREAD_CAN_WAIT}
|
||||
{$UNDEF FPC_WASM_WORKER_THREADS_CAN_WAIT}
|
||||
{$DEFINE FPC_WASM_WORKER_THREADS_CAN_WAIT}
|
||||
|
||||
{//$DEFINE DEBUGWASMTHREADS}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user