Update pods.md
This commit is contained in:
parent
b83b814e55
commit
d563ad78e4
1 changed files with 2 additions and 0 deletions
|
|
@ -232,6 +232,8 @@ Example:
|
||||||
|
|
||||||
#### async
|
#### 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
|
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
|
time in the future. Async functions must be declared as such as part of the
|
||||||
`describe` response message:
|
`describe` response message:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue