Riak.Pool

[EXPERIMENTAL] This module adds defpool to define functions with a lower arity for each function so:

Riak.put(pid, bucket, key, data) -> Riak.put(bucket, key, data) that calls the previous function with a pid from the pool

Summary

Macros

defpool(args, list)