Function cleaner_thread_main

Source
fn cleaner_thread_main(
    data: Pin<Arc<ThreadCleanerData>>,
    recv: Receiver<WaitOp>,
)