Skip to main content
class Deno.errors.Busy
extendsError

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

Back to top