deno/ext/cron
Matt Mastracci 0efe438f7c
perf: remove opAsync (#21690)
`opAsync` requires a lookup by name on each async call. This is a
mechanical translation of all opAsync calls to ensureFastOps.

The `opAsync` API on Deno.core will be removed at a later time.
2023-12-27 02:30:26 +01:00
..
01_cron.ts perf: remove opAsync (#21690) 2023-12-27 02:30:26 +01:00
Cargo.toml chore: forward v1.39.1 commit to main (#21667) (#21671) 2023-12-21 18:43:52 +00:00
interface.rs feat(cron) implement Deno.cron() (#21019) 2023-11-01 11:57:55 -07:00
lib.rs feat(cron) implement Deno.cron() (#21019) 2023-11-01 11:57:55 -07:00
local.rs feat(ext/cron) modify Deno.cron API to make handler arg last (#21225) 2023-11-16 14:19:00 -08:00
README.md 1.38.0 (#21051) 2023-11-02 01:01:47 +00:00
time.rs feat(cron) implement Deno.cron() (#21019) 2023-11-01 11:57:55 -07:00

deno_cron

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