aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/asyncrpc/client.py
AgeCommit message (Expand)Author
2024-04-04asyncrpc: Add context manager APIjansa/2.4Joshua Watt
2022-09-03asyncrpc/client: Fix unix domain socket chdir race issuesRichard Purdie
2022-08-12bitbake: Add copyright headers where missingRichard Purdie
2021-10-11async: Close sync client event loopJoshua Watt
2021-08-23bitbake: asyncrpc: always create new asyncio loopsScott Murray
2021-07-27asyncrpc: Set timeout when waiting for reply from serverPaul Barker
2021-07-27asyncrpc: Fix bad message error in clientPaul Barker
2021-06-06asyncrpc: Add ping methodPaul Barker
2021-04-27asyncrpc: Common implementation of RPC using json & asyncioPaul Barker