Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
async
v0.2.0
Top Level Namespace
Async
AsyncException
CancelledError
Event
Status
Future
State
Queue
QueueEmptyError
QueueError
QueueFullError
UncaughtException
Built with Crystal 1.9.2
2023-10-08 14:39:09 UTC
class
Async::UncaughtException(T)
Async::UncaughtException(T)
Async::AsyncException
Exception
Reference
Object
Defined in:
async/errors.cr
Constructors
.new
(future : Async::Future(T), exception : Exception)
Instance Method Summary
#exception
: Exception
#future
: Async::Future(T)
Constructor Detail
def self.
new
(future :
Async::Future
(T), exception : Exception)
#
[
View source
]
Instance Method Detail
def
exception
: Exception
#
[
View source
]
def
future
:
Async::Future
(T)
#
[
View source
]