Bases: object
object
Uses cloudpickle to serialize contents (otherwise multiprocessing tries to use pickle) :param x: (Any) the variable you wish to wrap for pickling with cloudpickle
Methods
__init__(x)
__init__
Notes