JanetDocsSourcePlaygroundI'm feeling luckyCommunityGitHub sign in

fiber?

core-api


    function
    boot.janet on line 102, column 1

    (fiber? x)

    Check if x is a fiber.


1 exampleSign in to add an example
Loading...
(fiber? (fiber/new (fn [])))
# => true
sogaiuPlayground