-
-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove alive tracking from the timeout worker
This removes the "alive" flag from the timeout worker, instead relying on dropping channels to signal the shutting down of this worker. This is done in preparation for https://gitlab.com/inko-lang/inko/-/issues/275, as it removes the need for explicitly shutting down a timeout worker, while also simplifying the internals. Changelog: changed
- Loading branch information
1 parent
b0fd083
commit 1e0b003
Showing
3 changed files
with
47 additions
and
156 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters