github.com/emcfarlane/larking@v0.0.0-20220605172417-1704b45ee6c3/starlib/starlarkruntimevar/README.md (about)

     1  ## open
     2  
     3  `open(url)` opens a runtime variable at the path returning a `variable`.
     4  
     5  | Parameter | Type | Description |
     6  | --------- | ---- | ----------- |
     7  | url | string | URL of runetimevar. |
     8  
     9  ### variable·latest
    10  
    11  `v.latest()` returns the latest value, blocks if not yet resolved.
    12  
    13  ### variable·close
    14  
    15  `v.close()` closes the variable.