I need to build a small queue system for the data coming from a stream (to get it formatted, separated correctly...
I've looked thru the documentation/tutorials/forums and haven't found much talk about Queues.... I have no problem writing my own but my concern it protecting a few spots where I don't want two processes acting on the same variable, at the same time...
Is there a "locking" mechanism available somewhere ?
Thanks!
Gary M
I've looked thru the documentation/tutorials/forums and haven't found much talk about Queues.... I have no problem writing my own but my concern it protecting a few spots where I don't want two processes acting on the same variable, at the same time...
Is there a "locking" mechanism available somewhere ?
Thanks!
Gary M