We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c79bf7 commit 1dfab0fCopy full SHA for 1dfab0f
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 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)
60
61
The bug fixes since 0.32 in master include:
62
0 commit comments