lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> Does your C functions deal with OS threads at all?  If so, would
fibers possibly cause race conditions/dead-locks in regards to mutexs
and whatnot (or whatever your platform uses for synchronization)?

No, only one OS thread.

Curt