A Zone represents the asynchronous version of a dynamic extent. Asynchronous callbacks are executed in the zone they have been queued in. For example, the callback of a future.then is executed in the ...
A Zone represents the asynchronous version of a dynamic extent. Asynchronous
callbacks are executed in the zone they have been queued in. For example,
the callback of a future.then
is executed in the same zone as the one where
the then
was invoked.