deno/ext/cron
snek 25b9abcdf8
feat: use new feature checker (#29091)
we need to be able to set the feature checker after creating the runtime
to support lazy init
2025-04-29 17:18:14 +02:00
..
01_cron.ts refactor: internal logging utility (#28567) 2025-03-21 12:17:50 +01:00
Cargo.toml feat: use new feature checker (#29091) 2025-04-29 17:18:14 +02:00
interface.rs chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
lib.rs feat: use new feature checker (#29091) 2025-04-29 17:18:14 +02:00
local.rs refactor: reduce dependency on futures crate (#28515) 2025-03-17 14:14:19 +00:00
README.md 1.38.0 (#21051) 2023-11-02 01:01:47 +00:00

deno_cron

This crate implements scheduled tasks (crons) API for Deno.