/ src / apatheia / types.nim
types.nim
1  type
2    ApatheiaException* = object of CatchableError
3    ApatheiaSignalErr* = object of ApatheiaException
4  
5    JobId* = uint ## job id, should match `future.id()`