2 Comments

Thanks for the post!

Why don't blocking operations(writing to a file) help here?

Expand full comment
author
Oct 27Author

That would help (if the whole write operation is sync), but this kills the whole purpose of async - efficient concurrency when using the same number of threads an application can handler higher workload

Expand full comment