gmail v0.1.11 Gmail.Thread.Worker

A worker process for fetching threads.

Summary

Functions

Fetches multiple threads in parallel

Initialises the process with the default TTL

Functions

fetch(from, thread_ids, params, state)

Specs

fetch({pid, reference}, list, map, map) :: :ok

Fetches multiple threads in parallel.

get(thread_id, params, state)

Specs

get(String.t, map, map) ::
  {atom, map} |
  {atom, String.t}

Gets a thread.

init(args)

Initialises the process with the default TTL.