MCPcopy Index your code
hub / github.com/pyscript/pyscript / reload

Function reload

core/src/plugins/donkey.js:92–95  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 2

asyncTaskFunction · 0.85
asyncMethodFunction · 0.85

Calls 2

killFunction · 0.85
utilsFunction · 0.85

Tested by

no test coverage detected