Versions in this module Expand all Collapse all v1 v1.0.1 Apr 30, 2024 Changes in this version + func CPUTime() (time.Duration, error) + type ErrStateFile struct + func (e ErrStateFile) Error() string + type LoadOpts struct + Key []byte + PagesFile *fd.FD + Source io.Reader + func (opts LoadOpts) Load(ctx context.Context, k *kernel.Kernel, timeReady chan struct{}, n inet.Stack, ...) error + type SaveOpts struct + Callback func(err error) + Destination io.Writer + Key []byte + Metadata map[string]string + PagesFile *os.File + Resume bool + func (opts SaveOpts) Save(ctx context.Context, k *kernel.Kernel, w *watchdog.Watchdog) error