Macros
macro iscoroutine(obj: typed): bool
- Source Edit
macro iscoroutinefunction(obj: typed): bool
- Source Edit
macro isfunction(obj: typed): bool
- Source Edit
macro markcoroutinefunction[T](obj: T): T
- Source Edit
Templates
template isawaitable(obj: typed): bool
- Source Edit
template istraceback(obj: typed): bool
- Source Edit