package
0.0.0-20250203141339-af40a340bdb5
Repository: https://github.com/3s-rg-codes/hyperfaas.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Function represents the state of a function and its instances.
No description provided by the author
Instance represents the state of a single function instance.
No description provided by the author
Workers uses sync.Map for concurrent access safety The structure is equivalent to: map[WorkerID]map[FunctionID]map[InstanceState][]Instance but implemented as nested sync.Maps The tradeoff is the type safety...

# Interfaces

No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
WorkerStateMap maps worker IPs to their registered functions.