Skip to main content

Module pager

Module pager 

Source

Structs§

PagerThread
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 port for pager page requests, resolves the requested blob using blobs, allocates a destination buffer using buffer_factory, and invokes Blob::read_range.