Procs
proc allFuturesThrowing[F: FutureBase](args: varargs[F]): Future[void]
- Source Edit
func toException(e: cstring): ref LPError {....raises: [], tags: [].}
- Source Edit
func toException(e: string): ref LPError {....raises: [], tags: [].}
- Source Edit
Macros
macro checkFutures[F](futs: seq[F]; exclude: untyped = []): untyped
- Source Edit
Templates
template tryAndWarn(message: static[string]; body: untyped): untyped
- Source Edit