index
:
roadrunner.git
master
stable
🤯 High-performance PHP application server, process manager written in Go and powered with plugins
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pkg
/
priority_queue
/
interface.go
blob: d1c3229f5950d94c4de8b914e62f64d4a717aea1 (
plain
)
1
2
3
4
5
6
7
package priorityqueue type Queue interface { Push() Pop() BLPop() }