Although the presentation allows for complete asynchrony, the runtime system thus far developed only supports a polling
interface for handling operation replies. To gain full asynchrony, it would be necessary to have a separate thread waiting for
replies to be received (much as the server waits for requests), or at least sufficiently frequent hooks into the runtime to allow for
prompt detection and dispatch of reply messages.