juxt

Joe Lane 2019-10-30T20:04:32.005500Z

Hi friends, I'm in need of a scheduler and believe the two ITicker implementations in tick.deprecated.schedule are close to what I need from an API and functionality perspective. If I were to work on them, would there be a desire to bring them back from deprecated status or should I make my own scheduler library inspired by them that builds on top of the current tick public api?

dharrigan 2019-10-30T21:03:14.000900Z

Would <https://github.com/troy-west/cronut> be of any benefit? I've been using this to schedule a function to run every X seconds.

Joe Lane 2019-10-30T21:18:02.001200Z

Hey this looks cool. The word "scheduler" is so overloaded but I don't know what else to call my system. It's not a job scheduler, it's for sequencing and scheduling content to be displayed on a tv. This looks like a great library though, I'll have to check it out!

dharrigan 2019-10-30T21:25:55.001400Z

no problemo! hope it helps 🙂