must_use for JoinHandle::abort_handle #6761
Labels
A-tokio
Area: The main tokio crate
C-feature-request
Category: A feature request.
E-easy
Call for participation: Experience needed to fix: Easy / not much
E-help-wanted
Call for participation: Help is requested to fix this issue.
M-task
Module: tokio/task
Hello !
Can you please make
#[must_use]
macro for functionJoinHandle::abort_handle(..)
Because sometimes i mix up functions
JoinHandle::abort_handle(..)
andJoinHandle::abort(..)
Forward thank you!
The text was updated successfully, but these errors were encountered: