I need to share a value between threads without exceeding it\'s boundary. Does a static variable do this?
Yes You need to watch out for synchronization though.