> However, do you need to explicitly parametrize them or does the language do it for you? I'm not aware of any language that would remove the need to consider them and just automatically "work" with async types whereas "normal" threading
That's correct. What I said is: you can write your algorithm once and apply it to both sync and async datastructures (given certain constraints).
But that doesn't mean that async and sync feels exactly the same. It's simply impossible for this to be true in any meaningful way and has been tried over and over.
That's correct. What I said is: you can write your algorithm once and apply it to both sync and async datastructures (given certain constraints).
But that doesn't mean that async and sync feels exactly the same. It's simply impossible for this to be true in any meaningful way and has been tried over and over.