index
:
roadrunner.git
dependabot/github_actions/codecov/codecov-action-5.3.1
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: 00998d7823237d1fa9f98f2ba93b6ae75959f16e (
plain
)
1
2
3
4
5
6
package priorityqueue type Queue interface { Push(item interface{}) Pop() interface{} }