Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 677 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 677 Bytes

dispatch-examples

Runnable code snippets demonstrating how to use Dispatch

Python

The Python code examples are in the python directory. To run any of the examples:

python3 ./python/<example>.py

Each example is a short Python program that can be used as a playground to learn how to develop with Dispatch.

Go

The Go code examples are in the go directory. To run any of the examples:

cd ./go/<example> && dispatch run -- go run main.go

Each example is a short Go program that can be used as a playground to learn how to develop with Dispatch.

Documentation

For the full Dispatch documentation, see the docs.