Open a Playground in Pharo.
Enter the following text.
(((ProcessorScheduler selectors)
select: [:each | each endsWith: 'Priority'])
collect: [:each | {Processor perform: each. each}])
sorted: [:x :y | x first <= y first]
Select it, the ctrl-i or "Inspect It" from a menu).
That gives you a
I dont know how the Pharo Mongo Driver works but if connecting to Mongo Atlas
would require a lot of exploring then could using the mongo C drivers thru
uFFI or some other way be an alternative method to connect to Mongo Atlas
https://docs.mongodb.com/drivers/c/
Regards
Sanjay Minni wrote
>