How to perform 'Async Count Vowels' in Elixir.
# Task: Async Count Vowels
# Language: Elixir
def async_count_vowels() do
# Implementation for Async Count Vowels
# TODO: Implement core logic here
# Step 1: Prepare data
# Step 2: Process Async Count Vowels
IO.puts("Done");
end