* oneof(functions) runs all functions in parallel until one returns a value, then returns that value * allof(functions) same as previous, but returns all return values in a tuple --HG-- branch : trunk
based on top of greenlets. Needs some tweaking, so it's not exposed as a py.xxx, but rather py.__.net --HG-- branch : trunk