compiler/spawn

Source   Edit  

This module implements threadpool's spawn.

Types

TSpawnResult = enum
  srVoid, srFlowVar, srByVar
Source   Edit  

Procs

proc spawnResult(t: PType; inParallel: bool): TSpawnResult {.
    ...raises: [Exception], tags: [RootEffect], forbids: [].}
Source   Edit  
proc wrapProcForSpawn(g: ModuleGraph; idgen: IdGenerator; owner: PSym;
                      spawnExpr: PNode; retType: PType;
                      barrier, dest: PNode = nil): PNode {.
    ...raises: [Exception, ValueError, KeyError, IOError, ERecoverableError], tags: [
    RootEffect, ReadDirEffect, WriteIOEffect, ReadIOEffect, ReadEnvEffect],
    forbids: [].}
Source   Edit