AshlinHarris / Spinners.jl

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

Add cleanup step #56

Closed AshlinHarris closed 2 years ago

AshlinHarris commented 2 years ago

The Timer's callback function could be rewritten so that anything printed is eventually cleaned up.

AshlinHarris commented 2 years ago

Amazingly helpful: https://discourse.julialang.org/t/how-to-close-a-remote-timer/53295/2

Also, I realized I hadn't actually been using Distributed or interactive threadpools.