Makes your canister pro-active
```rust iccron::implementcron!();
...
// in any function excluding #[init] cron_enqueue(...); ```