JanetDocsPlaygroundI'm feeling luckyGitHub sign in

yield



    function

    (yield &opt x)

    Yield a value to a parent fiber. When a fiber yields, its execution 
    is paused until another thread resumes it. The fiber will then 
    resume, and the last yield call will return the value that was 
    passed to resume.


0 examplesSign in to add an example
Loading...