- HTTP server that returns page with image
- HTTP server with built-in counter
- HTTP server with built-in counter with mutex
- HTTP server with built-in counter as atom
- Variable export: counter
- Variable export: counter
- Profiler metrics
- Fractal renderer
- Counter and multiple goroutines: no synchronization
- Counter and multiple goroutines: lock by mutex
- Counter and multiple goroutines: atomic counter