Y
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
anonymoushn
701 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?
link
ComputerGuru
701 days ago
Normal async doesn’t require
any
malloc.
link
anonymoushn
701 days ago
Great! I certainly didn't intend to say that stack-allocated or statically-allocated futures should somehow stop working?
link