-
Notifications
You must be signed in to change notification settings - Fork 18
add crossbeam scoped thread #48
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
Conversation
906dc5c
to
18cb1d4
Compare
bors try |
bors retry |
tryAlready running a review |
bors try- |
bors try |
tryBuild succeeded: |
dpdk/src/eal.rs
Outdated
|
||
/// Launch a thread pined to this core. | ||
/// TODO: change it to crossbeam's `spawn` signature when we start to use crossbeam. | ||
pub fn launch_scoped<'scope, 'env, F, T>( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lifetime이 좀 복잡해보이는데 왜 두개가 필요한가요?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
그리고 전통대로lifetime name은 한글자로 합시다.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이게 launch를 대체하는건 어떤가요?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No description provided.