Skip to navigation

Question:
How to call a sync function from an async function and from there call again an async function in rust

Design for simplicity, add complexity only where you must.