PlaidWeb/Pushl

Rewrite to use async

Closed this issue · 1 comments

Instead of the silly ThreadPoolExecutor stuff this would be a really good candidate for use of asyncio and aiohttp.

I've done this a few different ways and it always turns out horrible.