This website requires JavaScript.
Explore
Help
Sign In
yuxh
/
gearman-go
Watch
1
Star
0
Fork
1
You've already forked gearman-go
Code
Issues
Pull Requests
Releases
Wiki
Activity
0deaa25a0b
gearman-go
/
client
History
wickning1
0deaa25a0b
added function name and payload to id generation so that users can set up id generators that can generate duplicate ids for duplicate work, and gearman can then ignore that duplicate work
2014-05-20 15:16:38 -05:00
..
client_test.go
a better documents for the client package
2013-12-26 15:28:42 +08:00
client.go
added function name and payload to id generation so that users can set up id generators that can generate duplicate ids for duplicate work, and gearman can then ignore that duplicate work
2014-05-20 15:16:38 -05:00
common.go
fixed issue
#27
2014-01-15 09:40:36 +08:00
error.go
Use %v instead of %V, which is not a valid Printf verb
2014-03-07 10:21:45 +01:00
id_test.go
added function name and payload to id generation so that users can set up id generators that can generate duplicate ids for duplicate work, and gearman can then ignore that duplicate work
2014-05-20 15:16:38 -05:00
id.go
added function name and payload to id generation so that users can set up id generators that can generate duplicate ids for duplicate work, and gearman can then ignore that duplicate work
2014-05-20 15:16:38 -05:00
pool_test.go
a better documents for the client package
2013-12-26 15:28:42 +08:00
pool.go
go fmt & better examples
2014-01-09 17:58:02 +08:00
request.go
a better documents for the client package
2013-12-26 15:28:42 +08:00
response.go
Use %v instead of %V, which is not a valid Printf verb
2014-03-07 10:21:45 +01:00
status.go
go fmt
2013-08-30 12:36:57 +08:00