Documentation ¶
Index ¶
- type Factory
- func (f *Factory) Close() error
- func (f *Factory) Load(hm vm.HostModule) (err error)
- func (f *Factory) Name() string
- func (f *Factory) W_fifoClose(ctx context.Context, module vm.Module, id uint32)
- func (f *Factory) W_fifoIsCloser(ctx context.Context, module vm.Module, id, isCloser uint32) errno.Error
- func (f *Factory) W_fifoNew(ctx context.Context, module vm.Module, readCloser uint32) (id uint32)
- func (f *Factory) W_fifoPop(ctx context.Context, module vm.Module, id, bufPtr uint32) errno.Error
- func (f *Factory) W_fifoPush(ctx context.Context, module vm.Module, id, buf uint32) (error errno.Error)
- type Fifo
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Factory ¶
func (*Factory) W_fifoClose ¶
func (*Factory) W_fifoIsCloser ¶
Click to show internal directories.
Click to hide internal directories.