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