You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using Flightplan programatically, there's no (simple?) way to wait for the run() method to finish, inspect the result (success or failure), or capture the output.
I'm trying to use Flightplan in a Slack chatbot and it's not really convenient to use it outside of the CLI interface, which seems to be the primary application of the project, and it's built mostly around it.
The text was updated successfully, but these errors were encountered:
nikolay
changed the title
Return the fiber in flightplan.run()
Return the fiber in Flightplan.run()Jun 16, 2016
When using Flightplan programatically, there's no (simple?) way to wait for the
run()
method to finish, inspect the result (success or failure), or capture the output.I'm trying to use Flightplan in a Slack chatbot and it's not really convenient to use it outside of the CLI interface, which seems to be the primary application of the project, and it's built mostly around it.
The text was updated successfully, but these errors were encountered: