[turbine] Add init wrapper that takes FS path
All checks were successful
Build / build (push) Successful in 3m25s

This commit is contained in:
2024-12-06 23:20:30 -06:00
parent 0727b9a1a8
commit c1a628f061
3 changed files with 20 additions and 0 deletions

View File

@ -18,6 +18,8 @@ using TimeMs = uint64_t;
ox::Result<ContextUPtr> init(ox::UPtr<ox::FileSystem> &&fs, ox::StringViewCR appName) noexcept;
ox::Result<ContextUPtr> init(ox::StringViewCR fsPath, ox::StringViewCR appName) noexcept;
ox::Error run(Context &ctx) noexcept;
// Returns the number of milliseconds that have passed since the start of the