Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
mikespook c5b9f19962 Added 'Do' function to the client. před 13 roky
example Added the client před 13 roky
src/pkg/gearman Added 'Do' function to the client. před 13 roky
LICENSE Added the client před 13 roky
README Added the client před 13 roky

README

Gearman API for golang

This module is Gearman API for golang.
It was implemented a native protocol for both worker and client API.

- INSTALL
$ cd ./src/pkg/gearman/
$ make install

- SAMPLE OF USAGE
# example/worker.go
$ make worker
$ ./worker

# example/client.go
$ make client
$ ./client

----
xingxing<mikespook@gmail.com>
http://mikespook.com