from J User Manual:

"An application with more extensive use of long-running sentences is
probably best designed from the ground up to have the GUI part in one
execution thread or task that is always responsive and the data
processing part in a separate thread or task."

Any example? How do I achieve concurrency(multi-threading) in J?
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to