Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/decisions/0005-kernel-hooks-phase1.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Pros:

- Common pattern for observing and also changing data exposed as parameter into the delegate signature for (Get/Set) scenarios
- Registering a callback gives back the registration object that can be used to cancel the execution of the function in the future.
- Recursive approach, allows to register multiple callbacks for the same event, and also allows to register callbacks on top of pre existing callbacks.
- Recursive approach, allows you to register multiple callbacks for the same event, and also allows you to register callbacks on top of pre existing callbacks.

Cons:

Expand Down
Loading