Skip to content

Commit

Permalink
Fixed documentation for recent change
Browse files Browse the repository at this point in the history
  • Loading branch information
iamsrp-deshaw committed Jun 16, 2023
1 parent 741e00c commit 2448069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ thread and the asynchronous call with return a Java `Future` to eventually reap
the result:

>>> Thread = c.class_for_name('java.lang.Thread')
>>> l = tuple(Thread.sleep(10000, sync_mode=c.SYNC_MODE_JAVA_THREAD) for i in range(10))
>>> l = tuple(Thread.sleep(10000, __pjrmi_sync_mode__=c.SYNC_MODE_JAVA_THREAD) for i in range(10))
>>> c.collect(l)
# You wait, time passes...
(None, None, None, None, None, None, None, None, None, None)
Expand Down

0 comments on commit 2448069

Please sign in to comment.