All pastes #2088961 Raw Edit

Miscellany

public text v1 · immutable
#2088961 ·published 2011-10-11 07:32 UTC
rendered paste body
>>> callback = tsum.subtask()
>>> header = [add.subtask((i, i)) for i in xrange(100])
>>> result = chord(header)(callback)
>>> result.get()
9900