Hacker News new | ask | show | jobs
by brundolf 1958 days ago
I think by "immediately" he specifically meant "synchronously". He contrasted with web workers which run in separate threads, which means that they send messages back in an asynchronous promise.