Runnable code snippets demonstrating how to use Dispatch
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.
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.
For the full Dispatch documentation, see the docs.