JanetDocsSourcePlaygroundI'm feeling luckyCommunityGitHub sign in

signal

core-api


    cfunction
    src/core/corelib.c on line 702, column 1

    (signal what x)

    Raise a signal with payload x. `what` can be an integer from 0 
    through 7 indicating user(0-7), or one of:

    * :ok
    * :error
    * :debug
    * :yield
    * :user(0-7)
    * :interrupt
    * :await


0 examplesSign in to add an example
Loading...