mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-09-14 11:09:08 +02:00
* Adapt standard worker based on new threading classes
This commit is contained in:
parent
ec03a7146c
commit
8353c6620f
@ -29,6 +29,22 @@
|
||||
<Filename Value="pas2jsthreadworker.pas"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
</Unit>
|
||||
<Unit>
|
||||
<Filename Value="../../fcl-base/src/workerapp.pas"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
</Unit>
|
||||
<Unit>
|
||||
<Filename Value="../src/wasiworkerapp.pas"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
</Unit>
|
||||
<Unit>
|
||||
<Filename Value="../src/rtl.threadrunner.pas"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
</Unit>
|
||||
<Unit>
|
||||
<Filename Value="../src/rtl.workerthreadhost.pas"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
</Unit>
|
||||
</Units>
|
||||
</ProjectOptions>
|
||||
<CompilerOptions>
|
||||
@ -43,8 +59,8 @@
|
||||
<Parsing>
|
||||
<SyntaxOptions>
|
||||
<AllowLabel Value="False"/>
|
||||
<CPPInline Value="False"/>
|
||||
<UseAnsiStrings Value="False"/>
|
||||
<CPPInline Value="False"/>
|
||||
</SyntaxOptions>
|
||||
</Parsing>
|
||||
<CodeGeneration>
|
||||
|
@ -3,7 +3,7 @@ program pas2jsthreadworker;
|
||||
{$mode objfpc}
|
||||
|
||||
uses
|
||||
Classes, WasiWorkerThreadHost;
|
||||
Classes, rtl.threadrunner;
|
||||
|
||||
type
|
||||
{ TApplication }
|
||||
|
Loading…
Reference in New Issue
Block a user