switchboard-node-macros
Proc macros for using Switchboard
Install
Run the following Cargo command in your project directory:
Or add the following line to your Cargo.toml:
[]
= "0.1.0"
Usage
You can decorate functions to run them periodically
use routine;
// Invoke this function every 15 seconds and skip running it on the first tick
async