Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Filament ¶
type Filament interface {
// Run consumes all events from the kernel event stream and dispatches them to the filament.
Run(chan *kevent.Kevent, chan error) error
// Close shutdowns the filament by releasing all allocated resources.
Close() error
// Filter returns the filter compiled from filament.
Filter() filter.Filter
}
Filament defines the set of operations all filaments have to satisfy. Filament represents a full-fledged Python interpreter that runs the modules given by users.
Click to show internal directories.
Click to hide internal directories.