Yes, either you use a template or if your object carries all the required data 
your handler can just have the type
    
    
    type Handler = proc(obj: MyObj) {.nimcall.}
    
    
    Run

Reply via email to