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

Added a new section on architecture on threads #84

Merged
merged 2 commits into from
Dec 26, 2024
Merged

Conversation

oligamiq
Copy link
Contributor

This pull request includes several changes to improve error handling, update dependencies, and add documentation for the threads module. The most important changes include adding error handling in the worker threads, updating the package.json dependencies, and documenting the architecture of the module.

Error Handling Improvements:

Dependency Updates:

  • threads/package.json: Updated several development dependencies to their latest versions, including @biomejs/biome, @swc/cli, @swc/core, better-typescript-lib, typescript, vite, and vite-plugin-dts.

Documentation:

  • threads/README.md: Added a new section on architecture, explaining the asynchronous and synchronous file access in different threads, the need for a dedicated thread for web workers, and included diagrams for better understanding.
  • threads/RELEASE.md: Documented the first release and a bug fix in version 0.1.1.

Version Update:

  • threads/package.json: Updated the version from 0.1.0 to 0.1.1 to reflect the changes and bug fixes.

Code Refactoring:

@bjorn3 bjorn3 merged commit 6c8d7a0 into bjorn3:main Dec 26, 2024
1 check passed
@bjorn3
Copy link
Owner

bjorn3 commented Dec 26, 2024

Thanks!

@oligamiq
Copy link
Contributor Author

I am not able to display it properly due to the difference in capitalization. Sorry.

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