AshlinHarris / Spinners.jl

Command line spinners in Julia with Unicode support
MIT License
13 stars 1 forks source link

Use interactive threadpools #50

Closed AshlinHarris closed 1 year ago

AshlinHarris commented 1 year ago

Julia 1.9 will support interactive threadpools, which are intended for low-latency, responsive tasks. This seems to be the ideal approach for a command line spinner, and I'm willing to sacrifice support for Julia 1.2-1.8 for simplicity and OS-agnostic support.

AshlinHarris commented 1 year ago

The planned feature freeze for 1.9 is October 9.

AshlinHarris commented 1 year ago

54