Skip to content

Commit

Permalink
improved doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jlangch committed Mar 29, 2024
1 parent 492a7d9 commit 0620e70
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2554,7 +2554,7 @@ public VncVal apply(final VncList args) {
"the thread name is set to \"venice-thread\". For each thread spawned on " +
"a name the thread's name will be suffixed with an incrementing index starting " +
"from 1.\n\n" +
"The thread type *daemon* or *user* can be controlled by the *type* argument " +
"The thread type (*daemon* or *user*) can be controlled by the *type* argument " +
"that must be one of {:daemon, :user}. By default a daemon thread is spawned.\n\n" +
"*Note:* Each call to `thread` creates a new expensive system thread. " +
"Consider to use futures or promises that use an *ExecutorService* to " +
Expand Down

0 comments on commit 0620e70

Please sign in to comment.