Run 2 threads in ruby at the same time
- by Arcath
Is there some way to run 2 threads at the same time?
i want to have my app run its current function and then bring up another thread running another function, that can change variables in the first thread