You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
⚠️ 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.//returnloaded.O, err
}
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: