Ask a question to get started
Enter to send•Shift+Enter new line
Async factory function type for creating Deno Sandbox instances.
This is similar to BackendFactory but supports async creation, which is required for Deno Sandbox since initialization is async.
AsyncDenoSandboxFactory: () => Promise<DenoSandbox>