libp2p/errors

Search:
Group by:
Source   Edit  

Types

LPError = object of CatchableError
Source   Edit  

Procs

proc allFuturesThrowing[T](args: varargs[Future[T]]): Future[void]
Source   Edit  
func toException(e: cstring): ref LPError {....raises: [], tags: [], forbids: [].}
Source   Edit  
func toException(e: string): ref LPError {....raises: [], tags: [], forbids: [].}
Source   Edit  

Macros

macro checkFutures[T](futs: seq[Future[T]]; exclude: untyped = []): untyped
Source   Edit  

Templates

template tryAndWarn(message: static[string]; body: untyped): untyped
Source   Edit