JamesT@programming.devtoRust@programming.dev•Why you might actually want async in your project – notgull – The world's \#1 source of notgull
5·
1 year agoAs I understand it, the benefits are that it’s a much smaller dependency and (as the article mentions) unlike tokio
you don’t always need things to be ’static
or even Send
, depending on your scenario.
This article talks more about the benefits of LocalExecutor.
Off topic, but what terminal font is that? The nerd font icons are a very generous size.