Pack several inputs into a single list asynchronously
Pack options
AsyncPack is used combine several input elements into a single list. The inputs can be of any type. The number of inlets automatically grows as more connections are added.
Note that AsyncPack will emit a new output list whenever any connected inlet receives a new value. If you want to emit a list only after all inlets change, use Pack instead. Unconnected inlets are ignored when contructing the output list.