[turbine] Add init wrapper that takes FS path
All checks were successful
Build / build (push) Successful in 3m25s
All checks were successful
Build / build (push) Successful in 3m25s
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user