Expand description
Polyglot profile functions callable across language profiles.
Structs§
- Profile
Function - A callable runtime object owned by a profile and scoped to an organ.
- Profile
Function Binding - A function registered in a
SharedOrganRuntime, with its owning profile, organ, name, and callable value. - Shared
Organ Runtime - Runtime sharing organ functions across profiles: profiles may call a function defined by another profile only when both use the function’s organ.
Functions§
- profile_
function_ value - Wrap
bodyas a callableProfileFunctionruntime value.
Type Aliases§
- Profile
Function Body - Body of a
ProfileFunction: a callable closure overCxandArgs.