We're going to get technical 🦀!
Thanks for the post!
Why don't blocking operations(writing to a file) help here?
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
Thanks for the post!
Why don't blocking operations(writing to a file) help here?
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