It works fine this way:
    
    
    import httpclient
    import threadpool
    
    proc check() =
      discard newHttpClient()
    
    parallel:
      spawn check()
    
    
    Run

Reply via email to