Single threaded server example with `async_trait(?Send)`
Open
- Dominant language
- Rust
- Stars
- 12.5k
- Forks
- 1.3k
- Avg merge
- 4d 7h
- Merged PRs (30d)
- 24
Description
There are zero examples of anything using `#[tonic::async_trait(?Send)]`. Can we fix this?
I'm having trouble trying to build a single-threaded server using `tokio`'s `current_thread` runtime because the autogenerated traits for the service have `Send + Sync`
Contributor guide
Assessment
This issue has not been assessed yet.