Creating my own run-loop queue

In previous versions of Ember versions I was able to create my own queue in an initializer

run.queues.push('analytics');

From Ember 3.2 it seems like it’s not possible to access the queues property. Is there any way to create a custom queue in the newer versions?