Kaynağa Gözat

* removed TODO comment from WasiThreadSwitch

Nikolay Nikolov 1 yıl önce
ebeveyn
işleme
af5c2d66c2
1 değiştirilmiş dosya ile 0 ekleme ve 1 silme
  1. 0 1
      rtl/wasi/systhrd.inc

+ 0 - 1
rtl/wasi/systhrd.inc

@@ -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;