| Class | LTF::Maxima::Reader |
| In: |
lib/ltf/maxima.rb
|
| Parent: | Object |
Maxima::Reader continually reads from Maxima in a thread, blocking when necessary.
| InputPromptPattern | = | /^\(\%i\d+\) $/ |
| BytesPerRead | = | 1024 |
| done | [R] |
Initialize a new Maxima::Reader and immediately start reading in a new thread. done() will return true once Maxima has exited.
To ensure at_input_prompt? gives correct answers, call this method whenever input is sent to Maxima.