C# stop and continue..
Posted
by Betamoo
on Stack Overflow
See other posts from Stack Overflow
or by Betamoo
Published on 2010-05-21T19:28:21Z
Indexed on
2010/05/21
19:30 UTC
Read the original article
Hit count: 116
c#
I need some way to do the following efficiently in C#:
Make program execution stop until certain value is changed.
Note: I do not want to make it with a while loop to avoid wasting cpu power..
© Stack Overflow or respective owner