Function gear_lazy_pages::init_with_handler
source ยท pub fn init_with_handler<H: UserSignalHandler, S: LazyPagesStorage + 'static>(
_version: LazyPagesVersion,
ctx: LazyPagesInitContext,
pages_storage: S,
) -> Result<(), InitError>
Expand description
Initialize lazy-pages for current thread.