godot-kotlin-jvm icon indicating copy to clipboard operation
godot-kotlin-jvm copied to clipboard

feat(coroutine): Add LambdaCallable::onCancel to cancel coroutine when callable is cancelled

Open piiertho opened this issue 1 year ago • 0 comments

This adds a onCancel callback on LambdaCallable to cancel coroutine when a callable used within is canceled.

piiertho avatar Oct 18 '24 11:10 piiertho