class Deno.errors.WouldBlock
          
     extends Error 
  
Raised when the underlying operating system would need to block to complete but an asynchronous (non-blocking) API is used.
Raised when the underlying operating system would need to block to complete but an asynchronous (non-blocking) API is used.