JanetDocsPlaygroundI'm feeling luckyGitHub sign in

ev/acquire-lock



    cfunction
    src/core/ev.c on line 3099, column 1

    (ev/acquire-lock lock)

    Acquire a lock such that this operating system thread is the only 
    thread with access to this resource. This will block this entire 
    thread until the lock becomes available, and will not yield to 
    other fibers on this system thread.


0 examplesSign in to add an example
Loading...