Closed redwarp closed 2 years ago
We currently call several block_on() using pollster, let's make them async, and let the cli part actually handle how async code is called.
Done, and separated cli and core.
We currently call several block_on() using pollster, let's make them async, and let the cli part actually handle how async code is called.