queue icon indicating copy to clipboard operation
queue copied to clipboard

⏪️ Go package providing multiple queue implementations. Developed in a thread-safe generic way.

Results 13 queue issues
Sort by recently updated
recently updated
newest added

Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 4 to 5. Release notes Sourced from golangci/golangci-lint-action's releases. v5.0.0 What's Changed Changes feat: add support for pull_request_target and only-new-issues by @​kovetskiy in golangci/golangci-lint-action#506 feat: add option...

dependencies
github_actions

In order to remove duplication in test files, table driven tests can be implemented. A function for testing each method in the Queue interface should be written.

enhancement
good first issue

Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 5 to 6. Release notes Sourced from golangci/golangci-lint-action's releases. v6.0.0 What's Changed This version removes annotations option (because it was useless), and removes the default output format...

dependencies
github_actions

Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 3 to 4. Release notes Sourced from anchore/scan-action's releases. v4.0.0 New in scan-action v4.0.0 Update Grype to v0.79.2 (#338) [anchore-actions-token-generator] Download Grype on Windows (#336) [willmurphyscode] (#315)...

dependencies
github_actions

in init the var,i can use queue.WithCapacity to limit the size of new queue,but i wanna the queue can auto expand,so ican pass a small initial count to init the...

as the title, i advise this lib can add a feature for mashal and unmashal,thanks a lot !

Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6 to 8. Release notes Sourced from golangci/golangci-lint-action's releases. v8.0.0 Requires golangci-lint version >= v2.1.0 What's Changed Changes feat: use absolute paths by default when using working-directory...

dependencies
github_actions

when initialLen equal capacity ```go t.Run("TestResetQueue", func(t *testing.T) { type strInt struct { A int } queue := fifo.NewBlocking([]*strInt{{A: 1}, {A: 2}, {A: 3}, {A: 4}, {A: 5}}, fifo.WithCapacity(5)) assert.Equal(t,...

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3 to 4. Release notes Sourced from github/codeql-action's releases. v3.30.8 CodeQL Action Changelog See the releases page for the relevant changes to the CodeQL CLI and language...

dependencies
github_actions

Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 6 to 7. Release notes Sourced from anchore/scan-action's releases. v7.0.0 New in scan-action v7.0.0 chore(deps): update Grype to v0.100.0 (#516) v6.5.1 New in scan-action v6.5.1 Update Grype...

dependencies
github_actions