We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c79bf7 commit 65e37b6Copy full SHA for 65e37b6
docs/new_features.rst
@@ -54,6 +54,9 @@ The new features since 0.32 in master include:
54
messages get displayed in VSCode. One benign but unresolved bug with VSCode is that when you connect
55
to the pyscript kernel, VSCode starts a second pyscript Jupyter kernel, before shutting that second one
56
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 ``blocking=True`` will force the task to wait up to ``limit`` seconds for
59
+ the service call to finish executing before continuing. Contributed by @raman325 (#85)
60
61
The bug fixes since 0.32 in master include:
62
0 commit comments