pub async fn ingest_coding(
actor: &Actor<CodingServices, CodingView>,
log: &dyn LogStore,
services: Arc<CodingServices>,
thread_id: &str,
fact: NewFact,
limit: u32,
) -> Result<Settlement<CodingView>, Exit<ActorError>>pub async fn ingest_coding(
actor: &Actor<CodingServices, CodingView>,
log: &dyn LogStore,
services: Arc<CodingServices>,
thread_id: &str,
fact: NewFact,
limit: u32,
) -> Result<Settlement<CodingView>, Exit<ActorError>>