You need to use waitFor instead of await if you want to run {.async.} proc in 
non {.async.} context.
    
    
    when isMainModule :
      waitFor mastercon()
    
    
    Run

Reply via email to