module documentation

Utility module for querying an ObjectStore with gevent.

Class GreenThreadsMissingObjectFinder Find the objects missing from another object store.
Class GreenThreadsObjectStoreIterator ObjectIterator that works on top of an ObjectStore.
Function _split_commits_and_tags Split object id list into two list with commit SHA1s and tag SHA1s.
def _split_commits_and_tags(obj_store, lst, ignore_unknown=False, pool=None):

Split object id list into two list with commit SHA1s and tag SHA1s.

Same implementation as object_store._split_commits_and_tags except we use gevent to parallelize object retrieval.