Hacker News new | ask | show | jobs
by anonymoushn 703 days ago
In embedded development it's impossible to use any allocation strategy other than the language constantly calling a global malloc on your behalf?
1 comments

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?