mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 05:29:08 +02:00
* removed TODO comment from WasiThreadSwitch
This commit is contained in:
parent
5d058258fc
commit
af5c2d66c2
@ -483,7 +483,6 @@ end;
|
||||
procedure WasiThreadSwitch;
|
||||
begin
|
||||
// Normally a yield, but this does not (yet) exist in webassembly.
|
||||
{todo:implement}
|
||||
end;
|
||||
|
||||
function WasiWaitForThreadTerminate(threadHandle : TThreadID; TimeoutMs : longint) : dword;
|
||||
|
Loading…
Reference in New Issue
Block a user