blob: 4a334b3b4ccf76def7f0bb9ef6c980c20079b587 [file] [log] [blame]
// Package runtime contains example Veyron programs to demonstrate correct,
// idiomatic usage of the Veyron runtime APIs.
package runtime
// TODO(caprita): Using these as a basis, develop a suite of codelab examples
// that introduce developers to writing servers (stateful and stateless),
// setting up their shutdown, etc.