Change: all async API; If you need sync, maybe futures::executor::block_on(future_fn)
#230
Merged
onewe merged 2 commits intomainfrom change_all_async_apiMay 19, 2024
+296-616
futures::executor::block_on(future_fn)
#230