redwarp / kmeans-gpu

K-means clustering for image color quantization running on GPU
MIT License
14 stars 0 forks source link

Make the methods async #9

Closed redwarp closed 2 years ago

redwarp commented 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.

redwarp commented 2 years ago

Done, and separated cli and core.