spyoungtech / ahk

Python wrapper for AutoHotkey with full type support. Harness the automation power of AutoHotkey with the beauty of Python.
MIT License
858 stars 65 forks source link

Improve start behavior #318

Closed spyoungtech closed 3 months ago

spyoungtech commented 3 months ago

Improves daemon start behavior by deferring start until the first blocking call. This allows non-blocking calls to be used without starting the daemon process.

coveralls commented 3 months ago

Coverage Status

coverage: 77.031%. remained the same when pulling 969bbec16f871902f0c55ed646dd479aa553e92f on improve-start-behavior into ed959b3d7ae5738cfddbc1db9db288034afa2c8f on main.