Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)JA
JamesT @programming.dev
Posts 0
Comments 4
Why you might actually want async in your project – notgull – The world's \#1 source of notgull
  • As 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.