示例#1
0
func getRelease(c *beanstalk.Conn, id uint64, body []byte) {
	c.Release(id, PRI, 0)
}