Skip to content

API for applications without event loop. - #16

Open
godunko wants to merge 1 commit into
masterfrom
topic/wait4
Open

API for applications without event loop.#16
godunko wants to merge 1 commit into
masterfrom
topic/wait4

Conversation

@godunko

@godunko godunko commented Jul 7, 2021

Copy link
Copy Markdown
Contributor

No description provided.

@reznikmm

reznikmm commented Jul 8, 2021

Copy link
Copy Markdown
Member

Instead of patching asynchronous API with synchronous function I would propose to develop a dedicated synchronous API. Perhaps we can leverage synchronous interfaces, so the use use timed entry call:

select
   P.Read_Standard_Output (Data, Last);
or 
   delay 5.0;
end select;

or conditional entry call

select
   P.Read_Standard_Output (Data, Last);
else 
   Do_Something_Else;
end select;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants