From d563ad78e4a0edd3e6b5c093c5906b6f74dd99e6 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Sat, 16 May 2020 20:13:47 +0200 Subject: [PATCH] Update pods.md --- doc/pods.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/pods.md b/doc/pods.md index 05e2ef12..1bf6205b 100644 --- a/doc/pods.md +++ b/doc/pods.md @@ -232,6 +232,8 @@ Example: #### async +Note: the async operation is very experimental and will likely change to a callback based implementation instead of using `core.async`. + Pods may implement async functions that return one or more values at a later time in the future. Async functions must be declared as such as part of the `describe` response message: