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

rust: introduce Task::spawn #775

Merged
merged 1 commit into from
May 26, 2022
Merged

Conversation

wedsonaf
Copy link

This is a simple function that allows us to create and automatically run
kernel threads.

Signed-off-by: Wedson Almeida Filho [email protected]

@bjorn3
Copy link
Member

bjorn3 commented May 23, 2022

cc #109

This is a simple function that allows us to create and automatically run
kernel threads.

Signed-off-by: Wedson Almeida Filho <[email protected]>
@wedsonaf
Copy link
Author

cc #109

Thanks bjorn3. I am aware of #109 but since @fbq appears to be busy, I'm adding this basic implementation here. His PR covering other scenarios may be based on this or may replace this once he's back and rebases it.

@wedsonaf wedsonaf merged commit 9a87c30 into Rust-for-Linux:rust May 26, 2022
@wedsonaf wedsonaf deleted the task-spawn branch May 26, 2022 02:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants