Concurrent function calls
We’ll use function ClassifyMessage(input: string) -> Category
for our example:
Python
TypeScript
Ruby (beta)
You can make concurrent b.ClassifyMessage()
calls like so:
main.py
Concurrent function calls
We’ll use function ClassifyMessage(input: string) -> Category
for our example:
You can make concurrent b.ClassifyMessage()
calls like so: