promises in unityscript for Queueing

Is there a promises library or resource that can be used in unityscript. I see one in the asset library for c# and there are pure .js promise libraries like q.js, but I’m not sure if either of these would function in unityscript.

Can I call the c# functions in a promises library from unityscript or would unityscript language limitations prevent me from using it?

Would a javsacript library run in unityscript if so how do you reference it and use it?

You can’t use Javascript in Unity. I don’t know what you’re trying to do, but maybe look into coroutines instead.