//
pkg.gl
Category
github.com/addi-11/system-design
02-thread-safe-queue
package
0.0.0-20241212195640-2e19e05a42f5
Repository:
https://github.com/addi-11/system-design.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
0
Files
58 SLOC
#
README
Thread Safe Queue in GO
Using pessimistic locking, GO mutexes to create thread safe queue.
Reference
Thread Safe Queue
#
Structs
ConcurrentQueue
No description provided by the author