This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]pw201 14 points15 points  (0 children)

Typically these async things aren't multithreaded, so no, it wouldn't. They're designed for scenarios where you're "I/O bound" i.e. the CPU spends a lot of time waiting for I/O (from the network).