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: 5945a013d182a549512cb0a65813fe89201fb8c6 (
plain
)
1
2
3
4
5
6
7
package priorityqueue type Queue interface { Push() Pop() interface{} BLPop() }