Skip to content

Commit

Permalink
Async Support (#17)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
VoreckLukas authored Sep 18, 2024
1 parent 84d2146 commit f3d64e0
Show file tree
Hide file tree
Showing 11 changed files with 683 additions and 140 deletions.
1 change: 1 addition & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
use flake
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@
/krpc_codegen/target
# service_definitions/
.idea

# Direnv
.direnv
Loading

0 comments on commit f3d64e0

Please sign in to comment.