Hacker News new | ask | show | jobs
by ComputerGuru 702 days ago
All this is fine and dandy for async web apps but would make things like async-as-state-machine, which powers a lot of rust embedded development, basically a non-starter.
1 comments

In embedded development it's impossible to use any allocation strategy other than the language constantly calling a global malloc on your behalf?
Normal async doesn’t require any malloc.
Great! I certainly didn't intend to say that stack-allocated or statically-allocated futures should somehow stop working?