()
| 90 | working = false; |
| 91 | }; |
| 92 | const reload = async () => { |
| 93 | kill(); |
| 94 | farmer = await utils(options); |
| 95 | }; |
| 96 | const asyncTask = (method) => async (code) => { |
| 97 | // race condition ... a new task has been |
| 98 | // assigned while the previous one didn't finish |
no test coverage detected