Skip to main content

ingest_coding

Function ingest_coding 

Source
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>>