Documentation ¶
Index ¶
- Variables
- type Pool
- func (p *Pool) Free()
- func (p *Pool) LoadFile(file, pkgPath string) (err error)
- func (p *Pool) LoadLinkable(bin io.Reader) (err error)
- func (p *Pool) RegisterExecute(path string) error
- func (p *Pool) RegisterSo(path string) error
- func (p *Pool) RegisterTypes(t ...any)
- func (p *Pool) ReloadFile(file, pkgPath string) (err error)
- func (p *Pool) ReloadLinkable(bin io.Reader) (err error)
- func (p *Pool) Require(pkgPath, symbolName string) Sym
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Pool ¶
func (*Pool) LoadLinkable ¶
LoadLinkable load from serialized link
func (*Pool) RegisterExecute ¶
func (*Pool) RegisterSo ¶
func (*Pool) RegisterTypes ¶
func (*Pool) ReloadFile ¶
ReloadFile from go archive or go object file
func (*Pool) ReloadLinkable ¶
ReloadLinkable from serialized link
Click to show internal directories.
Click to hide internal directories.