"""
Asynchronous wrapper for unparse.
Runs the XML generation in a separate thread to avoid blocking the event loop.
"""
=
return await
"""
Asynchronous wrapper for parse.
Runs the XML parsing in a separate thread to avoid blocking the event loop.
"""
=
return await
=