J. Nick Koston
|
d2ce4a1846
|
fix: add missing closes to tests (#49)
|
2022-10-01 23:03:11 -10:00 |
|
David Lechner
|
691ff8e1bf
|
replace deprecated asyncio.get_event_loop()
`asyncio.get_event_loop()` was deprecated in Python 3.10, so we should use `asyncio.get_running_loop()` instead.
|
2022-09-26 12:43:56 -05:00 |
|
J. Nick Koston
|
db436b7a10
|
feat: improve unmarshall performance (#35)
|
2022-09-24 13:24:49 -10:00 |
|
J. Nick Koston
|
09af56e143
|
feat: improve writer performance with a deque (#30)
|
2022-09-24 06:58:03 -10:00 |
|
J. Nick Koston
|
016e71ef6d
|
feat: improve asyncio write performance (#29)
|
2022-09-23 21:47:17 -10:00 |
|
Mike Degatano
|
2e8076b14a
|
feat: handle kwargs in signal callback (#26)
|
2022-09-21 06:37:46 -10:00 |
|
Mike Degatano
|
e43889091b
|
fix: disconnect connected buses at end of tests (#25)
|
2022-09-20 10:28:43 -10:00 |
|
Mike Degatano
|
cfad28bd2b
|
feat: add unpack variants option (#20)
|
2022-09-19 19:43:58 -05:00 |
|
J. Nick Koston
|
ca2a3c1aa8
|
fix: marshall boolean correctly (#23)
|
2022-09-19 14:11:29 -10:00 |
|
Mike Degatano
|
a3379c74ad
|
feat: allow varargs callback for signals (#22)
|
2022-09-19 15:38:29 -05:00 |
|
J. Nick Koston
|
eca1d31781
|
feat: speed up unmarshaller (#1)
|
2022-09-09 09:58:12 -05:00 |
|
J. Nick Koston
|
c88fcf0986
|
fix tests
|
2022-09-09 08:53:41 -05:00 |
|
J. Nick Koston
|
36b08afbff
|
chore: rename
|
2022-09-09 08:45:49 -05:00 |
|
J. Nick Koston
|
495bfac17f
|
chore: initial port
|
2022-09-09 08:43:26 -05:00 |
|
J. Nick Koston
|
169581f691
|
chore: initial commit
|
2022-09-09 08:37:05 -05:00 |
|