IPCPort::AsyncAccept (open)
Accepts an incoming link on the port
Syntax
LOADLIB "wh::ipc.whlib";
OBJECT FUNCTION AsyncAccept(DATETIME wait_until)Parameters
DATETIME wait_untilTimeout when no link has arrived at this time.
Return value
OBJECTPossible 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.