yosh on Nostr: The good news tho: we can fix all of these relatively easily. It’s all just ...
The good news tho: we can fix all of these relatively easily. It’s all just third-party libs APIs.
- we can make tasks propagate cancellation — or even better: replace them with parallelizable futures
- async traits do not need to be underpinned by `poll_*` functions, they can expose `async fn` functions directly
- we can replace `select! {}` with purpose-built concurrency operations
- we can make tasks propagate cancellation — or even better: replace them with parallelizable futures
- async traits do not need to be underpinned by `poll_*` functions, they can expose `async fn` functions directly
- we can replace `select! {}` with purpose-built concurrency operations