Tintware Documentation : Tint Programming Language : Tint Reference : Win32 Primitives : lrpc-server.request-waitSyntax#(%lrpc-server.request-wait) %lrpc-server is any lrpc server created using os.lrpc-server. This call will until a client makes a call on the lrpc port using os.lrpc-call. The result of this call will be the client's request. Example#(os.lrpc-server,a-server,Example Server) #(a-server.request-wait) This is the request |