Snapshotmaster · 97f7eec
How Python tasks and actors are scheduled across a cluster and exchange immutable objects.
Click a building or route
System map7 components · 8 connections
130%
Connections
BuildingsEntryServiceComputeStorageRuntimeToolingExternal
Terms, in plain English
ObjectRefA distributed reference to an immutable value that may not exist locally yet.
How to study this repo
- 1Follow one remote call
Trace RemoteFunction.remote through CoreWorker submission, raylet leasing, and worker execution.
- 2Follow one large result
Connect object creation and sealing in Plasma to a downstream pull and zero-copy read.