|
|
|
|
|
by quietbritishjim
344 days ago
|
|
But the great thing about async (at least it's the killer feature for me) is the really top notch support for cancellation. You can also typically create and join async tasks more easily than spawning and joining threads. |
|