I\'ve found several implementations for single producer-single consumer, but none for multiple producer-single consumer.
Does a lock-free queue for \"multiple producers-
May be that could be helpful: Interlocked SList functions.