veloren/world
Joshua Yanovski 8ae2692b6e Allow canceling chunk generation.
Currently we only do this when no players are in range of the chunk.  We
also send the first client who posted the chunk a message indicating
that it's canceled, the hope being that this will be a performance win
in single player mode since you don't have to wait three seconds to
realize that the server won't generate the chunk for you.

We now check an atomic flag for every column sample in a chunk.  We
could probably do this less frequently, but since it's a relaxed load it
has essentially no performance impact on Intel architectures.
2019-10-16 11:39:41 +00:00
..
examples Allow canceling chunk generation. 2019-10-16 11:39:41 +00:00
src Allow canceling chunk generation. 2019-10-16 11:39:41 +00:00
Cargo.toml Allow canceling chunk generation. 2019-10-16 11:39:41 +00:00