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
phonenicz needs a way to dispatch I/O or long computations (like markov) into parallell processes while the main thread keeps running. Preferably, the main thread should never wait for the I/O or computation to finish. (E.g. if memery wants to get a new markov sentence to say while the sentences are being generated, she shouldn't wait for them to be done.)
The text was updated successfully, but these errors were encountered:
phonenicz needs a way to dispatch I/O or long computations (like markov) into parallell processes while the main thread keeps running. Preferably, the main thread should never wait for the I/O or computation to finish. (E.g. if memery wants to get a new markov sentence to say while the sentences are being generated, she shouldn't wait for them to be done.)
The text was updated successfully, but these errors were encountered: