Hacker News new | ask | show | jobs
by gqcwwjtg 611 days ago
To build a blocking API on an asynchronous API you make a place for the result to go, start the async API, then poll on the result appearing. Right?