Packages
Run you Gleam programs on Cloudflare's 'World Computer'/Developer Platform
Current section
Files
Jump to
Current section
Files
src/plinth_cloudflare_worker_ffi.mjs
export function wait_until(ctx, promise) {
return ctx.waitUntil(promise)
}