scratchattach
scratchattach copied to clipboard
(upcoming update) Enhance cloud requests by replacing busy-sleep event loop
Replacing the busy-sleep event loop currently used by scratchattach's cloud requests using either the Condition class of the threading module or by introducing asyncio to the library. This will lower CPU usage.
Great! Hoping for asyncio. Also it would be great to have the simple cloud methods be async/non-blocking.
Good ideas! I have just implemented Conditions into my module aswell.
You should either make asyncio optional or make it not affect what the user has to code
You should either make asyncio optional or make it not affect what the user has to code
It will be optional, I'm trying to avoid breaking changes when possible
So?
So?
Planned for August 2024