示例#1
0
def example_3():
    """Demonstrates the use of the map() convenience function.
    """
    exc = cfut.CondorExecutor(False)
    print(list(cfut.map(exc, square, [5, 7, 11])))
示例#2
0
def example_3():
    """Demonstrates the use of the map() convenience function.
    """
    exc = cfut.CondorExecutor(False)
    print list(cfut.map(exc, square, [5, 7, 11]))