Reading time: 6 min

Tags: #python #async #performance #optimization

The Problem: Fake Async

The supabase-async library claimed to be async but actually wrapped synchronous calls with ThreadPoolExecutor:

# ❌ Fake async (old code)