How to perform 'Async Sort Array' in CoffeeScript.
# Task: Async Sort Array
# Language: CoffeeScript
# Implementation for Async Sort Array
# TODO: Implement core logic here
# Step 1: Prepare data
# Step 2: Process Async Sort Array
console.log("Done");