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
Well, you can do whatever you want with the Threads, by extending them. The idea was to give you the simplest way to do timed actions, and let you extend it the way you want. Here is a fork that have done something similar: tlextrait@88e761e
(closing, but if still any doubt, fell free to ask)
Great little Project and documentation! However I have a question:
Is there a way to pass function parameters to a function in a thread?
I am imagining something like
mythread.run(<params>)
The text was updated successfully, but these errors were encountered: