plasmodic / ecto

ecto is a dynamically configurable Directed Acyclic processing Graph (DAG) framework.
http://ecto.willowgarage.com/
BSD 3-Clause "New" or "Revised" License
98 stars 37 forks source link

Scheduler.wait() function not defined #239

Closed pirobot closed 9 years ago

pirobot commented 11 years ago

I am trying to run the execute_async code listed on this page in the Ecto documentation and I get the error:

AttributeError: 'Scheduler' object has no attribute 'wait'