Structs§
- Pager
Thread - A handle to a spawned background thread running
run_pager_loop. Dropping this handle sends a shutdown packet to the port and cleanly joins the thread.
Functions§
- run_
pager_ loop - Runs a synchronous event loop that listens on
portfor pager page requests, resolves the requested blob usingblobs, allocates a destination buffer usingbuffer_factory, and invokesBlob::read_range.