AshlinHarris / Spinners.jl

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

Alternative to shelling out #48

Closed AshlinHarris closed 1 year ago

AshlinHarris commented 1 year ago

It might be better to rely on Distributed.jl for the spinner process. I had preferred shelling out with Julia because of its quicker response time on the REPL. However, this package is intended for use inside other packages. Additionally, there is less control over the process with shelling out, and this can fail in unexpected ways on some systems.