Module Read.UserSource

Sourcetype t = {
  1. id : int64;
  2. name : string;
  3. thread : thread;
  4. args : Args.t;
}