Skip to content

createFile without busy-wait #208

Closed
@joeyh

Description

@joeyh

createFile uses failIfWithRetry, and in my application, that busy-waiting for up to 2 seconds got in the way. I want to be able to open a file and give up immediately if there's something else that has it open.

I used to use c_createFile for this, but it got removed in #174

I see that was an accidental export, but would you consider exporting the same functionality under some better name?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions