JanetDocsPlaygroundI'm feeling luckyGitHub sign in

resume



    function

    (resume fiber &opt x)

    Resume a new or suspended fiber and optionally pass in a value to 
    the fiber that will be returned to the last yield in the case of a 
    pending fiber, or the argument to the dispatch function in the case 
    of a new fiber. Returns either the return result of the fiber's 
    dispatch function, or the value from the next yield call in fiber.


0 examplesSign in to add an example
Loading...