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