In addition to threading, there’s also Qi and at least one “Racket like it’s Clojure” package. I recommend searching the docs for -> and ~> and seeing possibilities come up.
Just in case I wasn't clear, I mean there's a racket library named threading. I can't tell if you're saying it's about threading (the concept) or the library by that name.
Qi builds on threading (at least conceptually) but offers quite a bit more. For example: (define-flow avg (~> (-< + count) /)) defines a variadic avg that computes the average of it’s numerical inputs.