Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move signals module into the process module #117

Merged
merged 1 commit into from
Apr 20, 2024
Merged

Conversation

Thomasdezeeuw
Copy link
Owner

Also renames Receive to ReceiveSignal, to match ReceiveSignals and to reflect it's no longer called signals::Receive.

The old signals module is replaced with a reexport of the types from the process module, using the old types, with a deprecated warning.

Closes #105

Also renames Receive to ReceiveSignal, to match ReceiveSignals and to
reflect it's no longer called signals::Receive.

The old signals module is replaced with a reexport of the types from the
process module, using the old types, with a deprecated warning.
@Thomasdezeeuw Thomasdezeeuw merged commit 5c011bc into main Apr 20, 2024
6 checks passed
@Thomasdezeeuw Thomasdezeeuw deleted the mv-signals-mod branch April 20, 2024 14:58
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.

Move signal module into process module
1 participant