wakepy icon indicating copy to clipboard operation
wakepy copied to clipboard

Support for Heartbeat-type of methods

Open fohrloop opened this issue 1 year ago • 0 comments

Splitting this work from https://github.com/fohrloop/wakepy/issues/69 into its own ticket.

Motivation

  • Some methods might need a "heartbeat"; some call (executable, dbus, ...) done periodically.

Task

  • Create a Hearbeat class which runs the Method.heartbeat() in separate thread. It uses the Callers to process calls.

As there are not yet any Methods which utilize a heartbeat, this can be postponed until some release after the 0.8.0.

fohrloop avatar Dec 19 '23 22:12 fohrloop