[][src]Module async_ecs::join

Structs

JoinIter

JoinIter is an Iterator over a group of Storages.

JoinParIter

JoinParIter is a ParallelIterator over a group of Storages.

MaybeJoin

A Join-able structure that yields all indices, returning None for all missing elements and Some(T) for found elements.

Traits

Join

The purpose of the Join trait is to provide a way to access multiple storages at the same time with the merged bit set.

ParJoin