Skip to main content
class Deno.errors.Busy
extends Error

Raised when the underlying IO resource is not available because it is being awaited on in another block of code.

Back to top