Bridging Async and Sync Rust Code - A lesson learned while working with Tokio #103
Replies: 1 comment
-
great insight as i was also trying the same thing in my app |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Bridging Async and Sync Rust Code - A lesson learned while working with Tokio
Recently, while working on our GreptimeDB project, we encountered an issue with calling asynchronous Rust code in a synchronous context. After investigating and resolving the issue, we gained a deeper
https://rustmagazine.org/issue-3/bridging-async-and-sync-in-rust/
Beta Was this translation helpful? Give feedback.
All reactions