I'm trying to understand a API reference description and I'm having trouble understanding what it means:
http://mongodb.github.io/node-mongodb-native/2.2/api/Cursor.html#toArray
On the top it says
'toArray(callback) -> Promise'
I know the callback is equivalent to a "Block" but what does it mean to have an arrow sign pointing to "Promise"?