In <fabcecae-04ae-433c-aad8-43993a21e...@googlegroups.com> meInvent bbird 
<jobmatt...@gmail.com> writes:

> how to for loop append a list [] when using parallel programming

    items = []
    for item in parallelized_object_factory():
        items.append(item)

If you want a more specific answer, ask a more specific question.

-- 
John Gordon                   A is for Amy, who fell down the stairs
gor...@panix.com              B is for Basil, assaulted by bears
                                -- Edward Gorey, "The Gashlycrumb Tinies"

-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to