pub fn create(path: impl AsRef<Path>) -> Result<OpenFuture>
Create a file (shorthand for open with CREATE | WRITE | TRUNCATE, mode 0o644).
Panics if called outside the ringline async executor.