Simple goroutine-safe queue
Find a file
2021-11-01 23:00:17 +02:00
go.mod init 2021-10-31 17:55:40 +02:00
queue.go make Item an interface{} 2021-11-01 23:00:17 +02:00
queue_test.go make Item an interface{} 2021-11-01 23:00:17 +02:00
README.md init 2021-10-31 17:55:40 +02:00

This is queue data structure designed by Bryan C. Mills (https://github.com/bcmills) and showcased in talk "Rethinking Classical Concurrency Patterns" (https://www.youtube.com/watch?v=5zXAHh5tJqQ)