Skip to main content

Module placement

Module placement 

Source

Structs§

CoreStats
Per-core statistics counters.

Enums§

Placement
Specifies where a newly spawned actor should be placed.

Functions§

default_core_for
Hash-based default placement: distributes actors across cores by taking the path hash bits of the AddrHash modulo num_cores.

Type Aliases§

PlacementMap
Shared, concurrent map from path hash (u64) to core index.