Skip to content

dispatchrun/dispatch-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Runnable code snippets demonstrating how to use Dispatch

Resources

License

Stars

3 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors