Skip to main content

Module subscription

Module subscription 

Source
Expand description

Iced subscription integration for file watching

This module provides an Iced subscription that bridges file system events from the notify crate into Iced’s async message system.

Structs§

FileWatcherRecipe
Recipe for creating file watching subscriptions

Enums§

FileEvent
Domain event for file watcher subscription output

Functions§

watch_files
Create a subscription that watches files and emits FileEvents
watch_system_theme
Create a subscription that monitors system theme changes.