|
|
|
|
|
by j_baker
5366 days ago
|
|
It depends, but I don't think either one is inherently simpler than the other. As a general rule of thumb, I find that asynchronous solutions are generally better for I/O bound stuff while threads are better for computationally expensive stuff. |
|