public class test : MonoBehaviour { void Awake() { Parallel.For(0,5,item=> { print(item); }); }}
using System.Threading.Tasks;