HomeSort by relevance Sort by last modified time
    Searched defs:SyncManager (Results 1 - 2 of 2) sorted by null

  /external/python/cpython2/Lib/multiprocessing/
managers.py 2 # Module providing the `SyncManager` class for dealing
36 __all__ = [ 'BaseManager', 'SyncManager', 'BaseProxy', 'Token' ]
933 # Types/callables which we will register with SyncManager
964 # Proxy types used by SyncManager
    [all...]
  /external/python/cpython3/Lib/multiprocessing/
managers.py 2 # Module providing the `SyncManager` class for dealing
11 __all__ = [ 'BaseManager', 'SyncManager', 'BaseProxy', 'Token' ]
974 # Types/callables which we will register with SyncManager
    [all...]

Completed in 116 milliseconds