Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implement resume #117

Open
1 of 3 tasks
plastikfan opened this issue Aug 9, 2024 · 0 comments
Open
1 of 3 tasks

implement resume #117

plastikfan opened this issue Aug 9, 2024 · 0 comments
Assignees
Labels
feature New feature or request

Comments

@plastikfan
Copy link
Contributor

plastikfan commented Aug 9, 2024

⚠️ when you come to integrate resume with hibernate, see extent.go:

func (ex *resumeExtent) options(settings ...pref.Option) (*pref.Options, error) {
	loaded, err := resume.Load(ex.fileSys.res, ex.w.From, settings...)
	ex.loaded = loaded

	// TODO: get the resume point from the resume persistence file
	// then set up hibernation with this defined as a hibernation
	// filter.
	//
	return loaded.O, err
}
@plastikfan plastikfan added the feature New feature or request label Aug 9, 2024
@plastikfan plastikfan self-assigned this Aug 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant