logoalt Hacker News

didibuslast Friday at 9:46 PM1 replyview on HN

If you need to do A and then B in that order, but you're doing B and then A. It doesn't matter if you're doing B and then A in a single thread, the operations are out of sync.

So I guess you could define this scenario as asynchronous.


Replies

jayd16last Friday at 9:59 PM

So wait, is the word they mean by asynchrony actually the word "dependency"?

show 2 replies