Closed obmarg closed 5 months ago
futures-lite & async-channels compile a lot faster than futures, so this PR updates graphql-ws-client to use them where possible. Doesn't make a ton of difference to the overall compile time in the end, but I'm considering keeping it anyway.
futures-lite
async-channels
futures
futures-lite
&async-channels
compile a lot faster thanfutures
, so this PR updates graphql-ws-client to use them where possible. Doesn't make a ton of difference to the overall compile time in the end, but I'm considering keeping it anyway.