cubed.Callback#
- class cubed.Callback#
Object to receive callback events during array computation.
- __init__()#
Methods
__init__()on_compute_end(ComputeEndEvent)Called when the computation has finished.
on_compute_start(event)Called when the computation is about to start.
on_operation_end(event)on_operation_start(event)on_task_end(event)Called when the a task ends.
register()unregister()Attributes
active