Durable promises can be cancelled, this feature should be exposed to the user on the context object. When a context (which always maps to one durable promise) is cancelled, all child contexts should also be cancelled (recursively) if not already completed.
Ultimately a cancellation error should be returned to the user code where applicable.
Durable promises can be cancelled, this feature should be exposed to the user on the context object. When a context (which always maps to one durable promise) is cancelled, all child contexts should also be cancelled (recursively) if not already completed.
Ultimately a cancellation error should be returned to the user code where applicable.