sudoblockio / tackle

Tackle is a programmable configuration language for building modular utilities, code generators, and CLIs with schema validation baked in.
Apache License 2.0
53 stars 2 forks source link

Create `async` hook #95

Open robcxyz opened 2 years ago

robcxyz commented 2 years ago

Make a hook that asynchronously parses keys / items in a list.

foo:
  ->: async 
  val:
    bar->: command some long process
    baz->: command some long process

Would execute command some long process asynchronously.