Skip to content

Commit f3d64e0

Browse files
authored
Async Support (#17)
* Set up nix dev environment * Async under the src directory * Async in build script * Async shouldn't be default * Forgot Stream waiting * Actually tagging the one I forgot with async * Added some forgotten Asyncs * Debug Logging * some more logging * Another forgotten await * Proper decoding of messages, including waiting for the whole message * Rename feature to make it clear it's specific to the tokio rt * Remove debug logging * Replace condvar with notify * Fix some clippy lints * Document the new option
1 parent 84d2146 commit f3d64e0

File tree

11 files changed

+683
-140
lines changed

11 files changed

+683
-140
lines changed

.envrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
use flake

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@
22
/krpc_codegen/target
33
# service_definitions/
44
.idea
5+
6+
# Direnv
7+
.direnv

0 commit comments

Comments
 (0)