For various reasons, the plugin I'm working on would be vastly simpler to implement if I could rely on Zorro calling a function (any function) at least as frequently as once every minute. Basically I need to send data every minute to keep the connection alive and this is basically the only thing that would force me to use an extra thread/process rather than just processing everything synchronously.