Skip to main content

AtlasServeHandler

Type Alias AtlasServeHandler 

Source
pub type AtlasServeHandler = fn(atlases_root: PathBuf, name: String, port: u16, open_browser: bool) -> Pin<Box<dyn Future<Output = ()> + Send>>;
Expand description

v0.78: pluggable handler for vela atlas serve. v0.78 stub delegates to the per-frontier Workbench for the first composing frontier. Dedicated Atlas-level Workbench page is v0.79+.