Skip to content

Commit

Permalink
Note that user can provide an abort function in the yarn.h intro.
Browse files Browse the repository at this point in the history
  • Loading branch information
madler committed Apr 13, 2020
1 parent 9696c84 commit e1c77f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yarn.h
Expand Up @@ -32,7 +32,7 @@
Assuming adequate system resources and proper use, none of these functions
can fail. As a result, any errors encountered will cause an exit() to be
executed.
executed, or the execution of your own optionally-provided abort function.
These functions allow the simple launching and joining of threads, and the
locking of objects and synchronization of changes of objects. The latter is
Expand Down

0 comments on commit e1c77f9

Please sign in to comment.