summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/asyncrpc/client.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: async: Close sync client event loopJoshua Watt2021-10-111-1/+8
* bitbake: bitbake: asyncrpc: always create new asyncio loopsScott Murray2021-08-231-0/+10
* bitbake: asyncrpc: Set timeout when waiting for reply from serverPaul Barker2021-07-291-2/+7
* bitbake: asyncrpc: Fix bad message error in clientPaul Barker2021-07-291-1/+1
* bitbake: asyncrpc: Add ping methodPaul Barker2021-06-061-1/+6
* bitbake: asyncrpc: Common implementation of RPC using json & asyncioPaul Barker2021-04-271-0/+145