Chunk Scope
class ChunkScope(val coroutineContext: CoroutineContext, chunk: ChunkPosition) : CoroutineScope(source)
A CoroutineScope that is canceled when the chunk is unloaded.
A CoroutineScope that is canceled when the chunk is unloaded.