Tokio provides four channel types for inter-task communication: mpsc, oneshot, broadcast, and watch. Each solves a different problem. This post maps out when to use each one, shows the actor and pipeline patterns in practice, and covers the backpressure and lagging behavior that matters in production.