Closed Dev1lroot closed 4 years ago
for eg. I have an echo "test" can I insert it in app.mainLoop() to echo test while loop is running?
For current version, you cannot do that. To achieve this function, I must design a callback or something like in following version. However, is it really necessary?
really necessary, of course!
Added.
for eg. I have an echo "test" can I insert it in app.mainLoop() to echo test while loop is running?