Getting Started Documentation Glish Learn More Programming Contact Us
Version 1.9 Build 1556
News FAQ
Search Home


next up previous contents index
Next: asynceval - Constructor Up: tasking - Module Previous: plugins.attach - Function


asynceval - Tool



Package utility
Module tasking


Postscript file available

Asynchronous eval



Description
asynceval is a simple tool for asynchronous evals. It is mainly of use in Glish programming. You give a command that is to be eval()'ed and then you can wait for the result. It's particularly useful for commands that may fail for some unexpected reason. The Glish interpreter is not then blocked.

The events recognized are:

run (accepted)
the argument is a command string to be eval()'ed.
result (emitted)
The argument is the result of the eval().

Constructors
asynceval Construct asynceval tool
Functions
done Kill this asynceval




next up previous contents index
Next: asynceval - Constructor Up: tasking - Module Previous: plugins.attach - Function   Contents   Index
Please send questions or comments about AIPS++ to aips2-request@nrao.edu.
Copyright © 1995-2000 Associated Universities Inc., Washington, D.C.

Return to AIPS++ Home Page
2006-10-15