How to Async String Contains in Ada - Code Snippet

How to perform 'Async String Contains' in Ada.

example.adb
-- Task: Async String Contains
-- Language: Ada

procedure async_string_contains() is begin
    -- Implementation for Async String Contains
    -- TODO: Implement core logic here
    -- Step 1: Prepare data
    -- Step 2: Process Async String Contains
    Put_Line("Done");
end;
AdSense Slot