Join Nostr
2025-10-25 23:18:03 UTC
in reply to

Jochie šŸ‘ØšŸ»ā€šŸ’»šŸ³ļøā€šŸŒˆ on Nostr: I know that the Textual author recommends asyncio for background jobs, but I'm not ...

I know that the Textual author recommends asyncio for background jobs, but I'm not (yet) familiar enough with asyncio yet.

Will such a separate thread allow the blocking requests.get()/post() calls [that Mastodon.py makes] to happen without stalling the UI?

(Adding this to the list of things to test/prototype.)