google / marl

A hybrid thread / fiber task scheduler written in C++ 11
Apache License 2.0
1.88k stars 194 forks source link

how to schedule function to the marl same thread? #260

Open 315567599 opened 1 year ago

315567599 commented 1 year ago

Some functions I need to put in the same marl thread。 how to do that?