Tagged in

Concurrency

Programming Servo
Programming Servo
Adventures in contributions to Servo, the parallel browser engine.
More information
Followers
224
More, on Medium

Programming Servo: an HTTP cache

with some ‘shared mutable state’ added to the mix…

In our previous post, we saw how combining channels with a kind of “non-event-loop” could be a useful technique to ‘drive’ the concurrent logic of your system, and it was hinted at that shared…