Skip to main content

Module thread_loop

Module thread_loop 

Source
Expand description

Thread loop for posting multi-tweet educational threads.

Generates and posts educational threads (5-8 tweets) as reply chains on a configurable schedule. Threads bypass the posting queue since reply chain order must be maintained (each tweet replies to the previous).

§Module layout

FileResponsibility
mod.rsPublic types, constructor, shared test mocks
planner.rsRun loop, scheduling, iteration, topic selection
generator.rsContent generation, validation, reply-chain posting

Structs§

ThreadLoop
Thread loop that generates and posts educational threads.

Enums§

ThreadResult
Result of a thread generation/posting attempt.

Traits§

ThreadGenerator
Trait for generating multi-tweet threads.