[JSCodeGen] ASYNC for constructor and class function/procedure

Issue #196 new
Toky Olivier Razanakotonarivo created an issue

Hello @Eric, how to implement an async constructor or async class/procedure? Something like in the code below don’t work:

async constructor Create(AOwner: TWidget);
begin

end;

async class function AnAsyncFunc(): JPromise;
begin

end;

async class procedure AnAsyncProc();
begin

end;

Comments (0)

  1. Log in to comment