ryn1x / Terminal-Spinners

Simple spinners and progress bars for Raku.
Artistic License 2.0
6 stars 2 forks source link

Feature request: await #1

Closed Juerd closed 5 years ago

Juerd commented 5 years ago

It would be nice if Terminal::Spinners had an await method, so you can just replace await with $spinner.await: and get a nice spinner. Or maybe even write an Awaiter, so $*AWAITER = Spinner::Awaiter.new(...) makes every subsequent await get a spinner.

ryn1x commented 5 years ago

I think this is a great idea. I will work on it if I get time, or am happy to merge a pull request if someone else wants to add the feature.

ryn1x commented 5 years ago

Done and uploaded to CPAN. Enjoy!