IPCPort::AsyncAccept (open)

Accepts an incoming link on the port

Syntax

LOADLIB "wh::ipc.whlib";

OBJECT FUNCTION AsyncAccept(DATETIME wait_until)

Parameters

DATETIME wait_until

Timeout when no link has arrived at this time.

Return value

OBJECT
Possible objecttypes:

Promise that will be resolved to a new link of type IPCLinkEndPoint if an incoming link arrives before the timout, or resolved to DEFAULT OBJECT otherwise.