r-Techsupport / hyde

A web editor and CMS for Jekyll/git static sites.
GNU General Public License v3.0
4 stars 2 forks source link

Make `GitInterface::lazy_init()` run as an async tokio task #5

Closed zleyyij closed 1 month ago

zleyyij commented 1 month ago

While this does basically nothing right now, as we'd still want the git interface to initialize before starting the rest of the program, in the future, we can have the main thread handle more loading stuff while we wait for the repo to finish loading.