Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable an application to define an alternative way for file IO #33

Merged
merged 3 commits into from
Dec 27, 2023

Conversation

fk3
Copy link
Contributor

@fk3 fk3 commented Dec 21, 2023

  • By default, pathlib.Path() is used for file IO
  • Applications can register an alternative class that shall handle file IO, e.g. if more control is required regarding locking of files and access of files from different instances of applications

@fk3 fk3 requested a review from a team as a code owner December 21, 2023 18:03
@fk3 fk3 merged commit ada2b1e into main Dec 27, 2023
3 checks passed
@fk3 fk3 deleted the concurrent-file-access branch December 27, 2023 16:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants