I’m not entirely sure what you mean here.
You can provide any type, but it only takes one value. Doing p:resolve(val1, val2) will just result in val2 being discarded
I edited my example code a little bit because I realized I forgot to actually use the return value of Citizen.Await which returns the value of p:resolve()
You can see Citizen.Await here in the scheduler.
2 Likes