()
| 3116 | |
| 3117 | #[tokio::test] |
| 3118 | async fn thread_index_via_call_async() -> Result<()> { |
| 3119 | thread_index_via_call(ApiStyle::Async).await |
| 3120 | } |
| 3121 | |
| 3122 | #[tokio::test] |
| 3123 | async fn thread_index_via_call_concurrent() -> Result<()> { |
nothing calls this directly
no test coverage detected