15 Commits

Author SHA1 Message Date
J. Nick Koston
b737574cf0
feat: add optional cython extension (#44) 2022-10-01 13:10:34 -10:00
David Lechner
d71f0e1fbd
use asyncio.run() in examples
calling `asyncio.get_running_loop()` will fail if there is no running event loop, so we should use `asyncio.run()` instead to create a new loop.

Also, use events for infinite waiting instead of futures since there is no return value.
2022-09-26 12:50:22 -05: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
6bc87e0f07
fix: readme (#13) 2022-09-09 13:44:21 -05:00
J. Nick Koston
7396b5f475
fix: readme (#8) 2022-09-09 10:39:22 -05:00
J. Nick Koston
f628e87a1b
fix: readme (#5) 2022-09-09 10:30:37 -05:00
J. Nick Koston
7ca05c8669
Update README.md 2022-09-09 08:50:29 -05:00
J. Nick Koston
14d0ef3351
Update README.md 2022-09-09 08:50:13 -05:00
J. Nick Koston
2e96ae63e8 Merge branch 'main' of https://github.com/Bluetooth-Devices/dbus-fast 2022-09-09 08:48:36 -05:00
J. Nick Koston
60308e0b0c chore: rename 2022-09-09 08:48:23 -05:00
J. Nick Koston
e6f5338d8b
Update README.md 2022-09-09 08:46:35 -05:00
J. Nick Koston
36b08afbff chore: rename 2022-09-09 08:45:49 -05:00
J. Nick Koston
7e9609b0f5 chore: rename 2022-09-09 08:44:30 -05:00
J. Nick Koston
262c6627f9
Create README.md 2022-09-09 08:42:28 -05:00
J. Nick Koston
169581f691 chore: initial commit 2022-09-09 08:37:05 -05:00