Hacker News new | ask | show | jobs
by romanovcode 823 days ago
Yes, they are different in most cases.

In general await job is to pass the process to 3rd party e.g. database or http and wait for callback whereas thread job is to launch multiple CPU operations in parallel.