mercurial/repocache.py
changeset 49037 642e31cb55f0
parent 48966 6000f5b25c9b
child 51110 d83d788590a8
equal deleted inserted replaced
49036:55d132525155 49037:642e31cb55f0
    17     scmutil,
    17     scmutil,
    18     util,
    18     util,
    19 )
    19 )
    20 
    20 
    21 
    21 
    22 class repoloader(object):
    22 class repoloader:
    23     """Load repositories in background thread
    23     """Load repositories in background thread
    24 
    24 
    25     This is designed for a forking server. A cached repo cannot be obtained
    25     This is designed for a forking server. A cached repo cannot be obtained
    26     until the server fork()s a worker and the loader thread stops.
    26     until the server fork()s a worker and the loader thread stops.
    27     """
    27     """