Skip to content
Discussion options

You must be logged in to vote

Hio's approach to async is fundamentally different from asyncio and node.js approach to async. Hio is meant to make real world async problems easy to deal with. Hio's async is fully deterministic, so it can be used for faster than real time simulation/emulation i.e. discrete event loop modeling of real world processes. So the point is that the real world is async and so minimizing the impedence mismatch in ones architecture is useful at a granular level. Once can model the asynchronous nature of the real world at a less granular level, which I think is the distinction your are trying to make. But that granularity imposes friction especially when moving from developing to staging to at sca…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@seriouscoderone
Comment options

Answer selected by seriouscoderone
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants