cl-gearman

LLGPL

Common Lisp Library for the Gearman distributed job system.

$ area51 add cl-gearmanCopy

Usage

;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-gearman:some-function ...)