Skip to content

Commit

Permalink
[README] add note on thread-safety (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Jun 28, 2023
1 parent 034a86e commit 57041ce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,3 +139,7 @@ optimize!(model)

The C API can be accessed via `GLPK.glp_XXX` functions, where the names and
arguments are identical to the C API. See the `/tests` folder for inspiration.

## Thread safety

GLPK is not thread-safe and should not be used with multithreading.

0 comments on commit 57041ce

Please sign in to comment.