Closed dubek closed 1 year ago
The paragraph describing non-threadsafe futures is a bit confusing.
Clarify that one may use #[async_trait(?Send)] to create non-threadsafe methods.
#[async_trait(?Send)]
CC: @fitzthum
The paragraph describing non-threadsafe futures is a bit confusing.
Clarify that one may use
#[async_trait(?Send)]
to create non-threadsafe methods.CC: @fitzthum