package MyPackage; while(1) { fetch_data(); send_to_poe(); <<< this how & where I want to send to POE. so that while loop can process it should not wait for reply as it don't need reply so can say an async call }