kprotty/usync

Across process usage via mmap, etc?

cameronelliott opened this issue · 1 comments

Any chance these types will work across process boundaries? ie, mmap ?
Thank you

No, look to kernel supported solutions for that (i.e. CreateMutex, futex(without private bit), pipes, etc.).