lua-users home
lua-l archive

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


... this typically will depend strongly how you handle your coroutines
and your message handling in C... .

There is no "standard way" to handle coroutines in C, or do the
yielding in C, you should think about this better carefully... .

Multitasking programming in "lower/powerful languages like C"
typically has many pitfalls, at least you in any case should consider
carefully, what you want and what you allow the user to do... .