Documentation
¶
Rendered for darwin/amd64
Overview ¶
Package delegates provides a handle-based registry that maps uint64 tokens to Go delegate implementations. The ObjC shim classes store these handles as ivar uint64_t values; on each protocol method callback they pass the handle back through CGo so the generated export functions can look up the Go impl.
Lifetime: Register when the delegate is installed; the ObjC shim calls goDelegate_unregister from its -dealloc, which removes the entry.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.