Skip to content

Commit 1dfab0f

Browse files
committed
add new feature entry
1 parent 5c79bf7 commit 1dfab0f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/new_features.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ The new features since 0.32 in master include:
5454
messages get displayed in VSCode. One benign but unresolved bug with VSCode is that when you connect
5555
to the pyscript kernel, VSCode starts a second pyscript Jupyter kernel, before shutting that second one
5656
down.
57+
- Service calls now accept ``blocking`` and ``limit`` parameters. The default behavior for a service call is
58+
to run it in the background, but using ``blocking=True`` will force a task to wait up to ``limit`` seconds
59+
for the service call to finish executing before continuing. Contributed by @raman325 (#85)
5760

5861
The bug fixes since 0.32 in master include:
5962

0 commit comments

Comments
 (0)