Not to overuse: ``` if asyncio.iscoroutinefunction(callback): return await callback(msg) else: return callback(msg) ```
Not to overuse: