parallel request client
 • Wanted to unify and parallelize various HTTP clients like Faraday, gRPC, and AWS SDK
 • But it turned out that gRPC's implementation doesn't work well with Fiber Scheduler for parallelization
 • So now, I'm building an easy-to-use parallel client using Threads that works smoothly with all of them!
 ◦ To be continued...