client-rust
client-rust copied to clipboard
Fixed comment/doc title that called the Sync pool the async pool
how to create the sync pool was labeled as async when it should be labeled as sync so theres actually 2 creating a async pool atm. first the real one then the one that should be called sync shown below.