|
|
|
|
|
by lexicality
78 days ago
|
|
> This makes it possible to write simple code that’s both concurrent and safe. Yeah, great, my hello world program is deterministic. What happens when you introduce I/O? Is every network call deterministic? Can you depend on reading a file taking the same amount of time and being woken up by the scheduler in the same order every time? |
|
Coincidentally I have been experimenting with something very similar in JavaScript in the past and there the scheduler also has the same property.