Skip to content

Commit

Permalink
Add a note for groebner_apply! documentation
Browse files Browse the repository at this point in the history
To clarify that groebner_apply! may not work well with Ctrl+C.
  • Loading branch information
sumiya11 committed Nov 7, 2024
1 parent b0a3781 commit 545ec1d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/interface.jl
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,10 @@ For examples, see the documentation of `groebner_learn`.
## Notes
This function is **not** thread-safe, since it mutates the `trace`.
This function is **not** safe against program interruptions.
For example, pressing `Ctrl + C` while `groebner_apply!(trace, ...)` is
running may leave the `trace` corrupted.
"""
function groebner_apply! end

Expand Down

0 comments on commit 545ec1d

Please sign in to comment.