How to perform 'Async Show Message Box' in Erlang.
% Task: Async Show Message Box
% Language: Erlang
% Implementation for Async Show Message Box
% TODO: Implement core logic here
% Step 1: Prepare data
% Step 2: Process Async Show Message Box
io:format("Done");
.