azz:
"My personal opinion on this, and I believe this is a matter of public record, is as follows: CONCURRENCY IS HARD."
Well, he's wrong. Concurrency isn't hard, given a sensible framework.
Neither threads nor event-driven programming are sensible.
I guess I need to get around to writing a CSP library for Python...
azz: "My personal opinion on this, and I believe this is a matter of public record, is as follows: CONCURRENCY IS HARD."
Well, he's wrong. Concurrency isn't hard, given a sensible framework.
Neither threads nor event-driven programming are sensible.
I guess I need to get around to writing a CSP library for Python...