Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
Anatoliy057 authored Feb 8, 2021
1 parent 368c2c2 commit f60dd5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Returns an array of all threads keys that are currently running in the JVM.

### void x\_safe\_execute([values...], closure):

Executes the given closure. You can also send arguments to the closure, which it may or may not use, depending on the particular closure's definition. Unlike closure, it returns only void and will be executed even if the thread was stopped by a functionx_stop_thread().
Executes the given closure. You can also send arguments to the closure, which it may or may not use, depending on the particular closure's definition. Unlike closure, it returns only void and will be executed even if the thread was stopped by a function x_stop_thread().

### boolean x\_stop\_thread(string id):

Expand All @@ -34,4 +34,4 @@ Prints a message.

### void println(message):

Prints a message and then terminate the line.
Prints a message and then terminate the line.

0 comments on commit f60dd5f

Please sign in to comment.