We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cfe3c7 commit 33b4f1cCopy full SHA for 33b4f1c
source/fiber.rst
@@ -257,7 +257,7 @@ Fibers do not start execution automatically, we have to call
257
ev_run(loop(), 0);
258
259
Here once the fiber is created we kick it to execute. This is done
260
-inside ``fiber_call_impl`` which uses ``core_transfer``
+inside ``fiber_call_impl`` which uses ``coro_transfer``
261
routine to jump into ``fiber_loop`` and invoke ``run_script_f``
262
inside.
263
0 commit comments