pystemd icon indicating copy to clipboard operation
pystemd copied to clipboard

I can haz asyncio API?

Open zsol opened this issue 6 years ago • 1 comments

Some APIs like run use blocking IO which is unfortunate if pystemd is used in an asyncio-aware codebase. It would be great to be able to use pystemd without blocking the event loop or needing to work around this.

zsol avatar Nov 12 '18 17:11 zsol

Just run this in executor to work around this

kiddten avatar May 05 '19 20:05 kiddten