-
-
Notifications
You must be signed in to change notification settings - Fork 155
Open
Labels
Milestone
Description
Hi,
I am currently working on an async IoT web app and use this crate. I often have changes in templates / user defined templates
and often have to reload them. Currently, all io, such as reading and writing to disk, can only be implemented blocking from what I have seen.
Is async IO / support for Tokio planned, would you accept a PR for simple async IO if it is behind a feature flag?
Or is there a way to implement async rendering / writing that I am missing?
Thanks in advance and keep up the good work!
Reactions are currently unavailable