Re: [PATCH 3/3] kthread: Stop abusing TASK_UNINTERRUPTIBLE (INCOMPLETE)

From: Peter Zijlstra
Date: Mon Jun 27 2022 - 18:08:34 EST


On Mon, Jun 27, 2022 at 06:04:12PM +0000, Wedson Almeida Filho wrote:

> let new_thread = task::new_paused(|| pr_info!("Hello world\n"))?;

I'm still having a really hard time with this Rust stuff, the above
looks like a syntax error and random characters to me :/