sun123704

Results 1 issues of sun123704

tbox协程支持自定义调度吗,目前只看到通过tb_lo_coroutine_start()接口创建匿名协程并与schedule绑定,并且尚未看到如何使用tb_lo_coroutine_resume进行协程的自定义切换。 此外,多线程中若通过tb_lo_coroutine_start()接口在同一个schedule内创建协程,是否非线程安全?