Utils/compat

Search:
Group by:
Source   Edit  

Types

MayPromise[T] = T
Source   Edit  

Procs

proc quitCompat(e: string) {....raises: [IOError], tags: [WriteIOEffect],
                             forbids: [].}
Source   Edit  

Templates

template addCompat[T](a, b: seq[T])
Source   Edit  
template echoCompat(content)
Source   Edit  
template errEchoCompat(content)
Source   Edit  
template errEchoCompatNoRaise(s: string)
Source   Edit  
template mayAsync(def): untyped
Source   Edit  
template mayAwait(x): untyped
Source   Edit  
template mayNewPromise(x): untyped
Source   Edit  
template mayWaitFor(x): untyped
Source   Edit  
template readLineCompat(prompt): string
Source   Edit