Commit Graph

2 Commits

Author SHA1 Message Date
fijal 0ef18c50bd [svn r39983] (arigo, fijal) -
* 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
2007-03-06 14:54:33 +01:00
fijal f5664d4405 [svn r39973] Add a (stolen almost directly from arigo/hack) network layer
based on top of greenlets. Needs some tweaking, so it's not exposed
as a py.xxx, but rather py.__.net

--HG--
branch : trunk
2007-03-06 10:07:53 +01:00