[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Duplicating a coroutine
- From: bil til <biltil52@...>
- Date: Tue, 18 Jul 2023 16:00:42 +0200
... 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... .