A '''word channel''' is a Tcl [reflected channel] that transfers data one word (list element) at a time. This is similar to how channels work in [Go]/[gotcl] and may be useful for inter-[thread] communication. **See also** * [wordchan], a word channel library * [A Thread-Safe Message Queue] <> Concept | Channel