Skip to content

Allow cancelling of scope guard execution#17

Merged
BurningEnlightenment merged 2 commits intomasterfrom
dev/12-allow-cancelling-of-scope_guard-execution
Nov 7, 2022
Merged

Allow cancelling of scope guard execution#17
BurningEnlightenment merged 2 commits intomasterfrom
dev/12-allow-cancelling-of-scope_guard-execution

Conversation

@BurningEnlightenment
Copy link
Copy Markdown
Contributor

Purpose

Make cleanup / finalization logic management more flexible and integrated.

Resolves #12

Solution Sketch

Implement the scope_exit type proposed by the Library Fundamentals TS v3 which matches our desired properties and can be substituted with the standard implementation in the future.

@BurningEnlightenment BurningEnlightenment linked an issue Nov 7, 2022 that may be closed by this pull request
@BurningEnlightenment BurningEnlightenment force-pushed the dev/12-allow-cancelling-of-scope_guard-execution branch from a883b24 to 6c2a61f Compare November 7, 2022 13:28
@BurningEnlightenment BurningEnlightenment merged commit 083d889 into master Nov 7, 2022
@BurningEnlightenment BurningEnlightenment deleted the dev/12-allow-cancelling-of-scope_guard-execution branch November 7, 2022 13:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Allow cancelling of scope_guard execution

1 participant