Skip to content

Conversation

@Kitt3120
Copy link
Contributor

@Kitt3120 Kitt3120 commented Oct 5, 2024

  • Use OnceLock where SetLock was previously used
  • Remove SetLock

- Use OnceLock where SetLock was previously used
- Remove SetLock
@Kitt3120 Kitt3120 added the refactor Optimizes or restructures code label Oct 5, 2024
@Kitt3120 Kitt3120 self-assigned this Oct 5, 2024
@Kitt3120 Kitt3120 linked an issue Oct 5, 2024 that may be closed by this pull request
@Kitt3120 Kitt3120 enabled auto-merge (squash) October 5, 2024 19:07
@Kitt3120 Kitt3120 merged commit e9d684f into staging Oct 5, 2024
6 checks passed
@Kitt3120 Kitt3120 deleted the refactor/once-cell branch October 5, 2024 19:22
Kitt3120 added a commit that referenced this pull request Oct 5, 2024
* add: Cargo.lock file

* Update dependabot.yml

* Merge refactor/service-weak-references into staging (#58)

refactor: use Weak instead of Arc self-references

* Merge refactor/once-cell into staging (#62)

refactor: use OnceLock instead of SetLock

- Use OnceLock where SetLock was previously used
- Remove SetLock

* Merge refactor/async into staging (#63)

refactor: use async_trait where possible

* Merge feature/cargo-optimizations into staging (#64)

add: Cargo.toml settings

* fix: bump version to 0.3.0
Kitt3120 added a commit that referenced this pull request Oct 5, 2024
* add: Cargo.lock file

* Update dependabot.yml

* Merge refactor/service-weak-references into staging (#58)

refactor: use Weak instead of Arc self-references

* Merge refactor/once-cell into staging (#62)

refactor: use OnceLock instead of SetLock

- Use OnceLock where SetLock was previously used
- Remove SetLock

* Merge refactor/async into staging (#63)

refactor: use async_trait where possible

* Merge feature/cargo-optimizations into staging (#64)

add: Cargo.toml settings

* fix: bump version to 0.3.0

* fix: cartes.io publishing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

refactor Optimizes or restructures code

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Use OnceCell instead of SetLock

2 participants