An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

jack

jack is a beanstalkd (http://kr.github.io/beanstalkd/) client written in F#. Install: nuget install jack Usage: open jack let client = Connection.parseAddress "localhost:11300" |> Client.connect client.useTube "testTube" |> ignore client.put 1000 0 30 "my message" |> ignore // priority=1000, delay=0, ttr=30 seconds client.watch "testTube" |> ignore let result = client.reserveWithTimeout 5 match result with | Success (jobId, payload) -> printfn "jobId=%i payload=%s" jobId payload client.delete jobId |> ignore | Failure msg -> failwith msg

Ecosystem
nuget.org
Latest Release
1.0.1
over 11 years ago
Versions
2
Downloads
4,560 total
Dependent Repos
1
Links
Registry nuget.org
Source Repository
Homepage Homepage
JSON API View JSON
CodeMeta codemeta.json
Package Details
PURL pkg:nuget/jack
spec
License
First Release over 11 years ago
Last Synced 2 days ago
Repository
Stars 0 on GitHub
Forks 1 on GitHub
Rankings on nuget.org
Dependent repos Top 7.0%