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
Can nullc compile and execute different script in different thread? I want to try using nullc in my project,but I don't know how to do it, could you give me some help?
By the way, what‘s the lisence the nullc library uses?
The text was updated successfully, but these errors were encountered:
Currently, nullc is single-instance, so it is not possible to compile and run multiple scripts in different threads. This might change in the future, because it's certainly a great thing to have.
And thank you for reminding me about the license, the license note went missing after project transfer from Google Code and now it is restored.
nullc is distributed under a MIT license.
Can nullc compile and execute different script in different thread? I want to try using nullc in my project,but I don't know how to do it, could you give me some help?
By the way, what‘s the lisence the nullc library uses?
The text was updated successfully, but these errors were encountered: