logoalt Hacker News

omgJustTestyesterday at 10:32 PM1 replyview on HN

Concurrency does not imply yielding...

Synchronous logic does imply some syncing and yielding could be a way to sync - which is what i expect you mean.

Asynchronous logic is concurrent without sync or yield.

Concurrency and asynchronous logic do not exist - in real form - in von Neumann machines


Replies

gf000today at 1:38 PM

Could you expand on what you mean?