Micropython 指数退避执行器 BackoffExecutor
import uasyncio as asyncio import urandom class BackoffExecutor: """ BackoffExecutor —— 指数退避执行器(支持 Full Jitter) =========================