Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

steel/sync

block-on-task

Block the current thread on this task until it is finished.

lock!

Lock the given lock during the duration of the thunk.

make-thread-pool

Create a thread pool with the given capacity

submit-task

Submit task to the thread pool

task-done?

Check if the given task is done

task-err

Get the err object (if any) from the given task

pmap

task