Two while loops at once

R

Robbie Mckennie

i dont want to go into details about what im doing, i just want to know
if its possible to run 2 while loops at the same time. thanks
 
R

Rajinder Yadav

i dont want to go into details about what im doing, i just want to know
if its possible to run 2 while loops at the same time. thanks
you talking crazy! =) a loop in a loop? one loop in each thread? answer
to both is yes!
 
Q

Quintus

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Am 17.10.2010 13:46, schrieb Robbie Mckennie:
i dont want to go into details about what im doing, i just want to know
if its possible to run 2 while loops at the same time. thanks

t = Thread.new do
10.times do |i|
puts i
end
end

10.times do
puts "!"
end

#Wait for t to complete
t.join

Vale,
Marvin
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQEcBAEBAgAGBQJMuutiAAoJEGrS0YjAWTKVZGkIAIbqH4+mIpGX3kGc0++ea0qB
LrLEd2gvw06+GJ0SvmKcvgkETK0egWZZ8WQOxsJpA4ECHatUX8mxFj9h76yvOut/
i1ZKYjS/Jfag6tAQ21pS0Uqj6ZfB3haeufZ3d0YIlY0g59kj0wxtsFrlI2NnKw8a
FbA7w85cZOqi0scI3mkyT9KFrhs0CUNY0GepoSHoehBL0DjVNzCr0d2nAFV9dYG8
CMyu96CWdXva8CsMfejW+MgyaOk+Lhyo0yEzySXjDgK0I6ShH9/91g60nVXusHuJ
fl0/3zAM4wTV4ZnbPQGP7Ni8xqjV6G8YtRkgjWJw8QdjiOuSulGvg7z4DT2eW8E=
=HzR4
-----END PGP SIGNATURE-----
 
A

Ammar Ali

i dont want to go into details about what im doing, i just want to know
if its possible to run 2 while loops at the same time. thanks

I don't want to go into details about how to do it, I just want to let
you know it is possible.

Seriously, if you want serious help you need to give a little more
context. People can try and guess, but why? What are trying to do?
Iterate over two enumerables simultaneously? Wait for two conditions
to be met in a specific order?

Regards,
Ammar
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,055
Latest member
SlimSparkKetoACVReview

Latest Threads

Top