Skip to content

Instantly share code, notes, and snippets.

@neuecc
Created January 15, 2015 17:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save neuecc/8cc15f6672eba3b245cb to your computer and use it in GitHub Desktop.
Save neuecc/8cc15f6672eba3b245cb to your computer and use it in GitHub Desktop.
antiaot.cs
// https://github.com/neuecc/UniRx/blob/992c84b0aa5be67323817db7d443bc62c7b49524/Assets/UniRx/Scripts/Observable.Concatenate.cs#L331
var queues = new Queue<T>[length];
for (int i = 0; i < length; i++)
{
queues[i] = new Queue<T>();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment