|
|
|
|
|
by sabageti
1046 days ago
|
|
I have seen many comments like this, and I would like to understand better I feel like I'm missing something. In my daily use case(web api) of async rust we use rarely spawn. What are the use case of intensive spawn usage ? And there is tokio::spawn_local() that doesn't require Send |
|