[READ-ONLY] Mirror of https://github.com/thoda-dev/du-nested-coroutines. A small script for DU to avoid any CPU load error
0

Configure Feed

Select the types of activity you want to include in your feed.

Update README.md

Thomas (Nov 13, 2022, 11:48 AM +0100) 86c0be87 7288c6e0

+1 -1
+1 -1
README.md
··· 12 12 13 13 ## How to use 14 14 15 - Write your functions in the unit > start event, in the table `MyCoroutines`. 15 + Write your functions in the unit > start event, in the table `functions`. 16 16 17 17 You can use the standard coroutine.yield method in your function by always placing as parameter the table `self.functionName` replacing `functionName` with the name of your function (co1 or co2 in the example). 18 18