F.1.19. rascal_wait

rrid_t rasacl_wait(rrid_t id);

Suspends the current thread until the request with the specified id is finished, either successfully or with an error. This function is for applications that do not need to work asynchronously (such as simple command line utilities); it lets avoid using semaphores and other signalisation.