feat: Migrate to asynchronous I/O (#241)
This commit updates the networking stack to use asynchronous I/O for improved performance and concurrency. We have replaced synchronous I/O calls with their asynchronous counterparts and refactored the code to use async/await and Tokio runtime.
This commit is contained in:
parent
381a46f2cf
commit
b8ff4e9418
29 changed files with 924 additions and 523 deletions
|
|
@ -9,5 +9,4 @@ publish = false
|
|||
[dependencies]
|
||||
pallas = { path = "../../pallas" }
|
||||
net2 = "0.2.37"
|
||||
env_logger = "0.10.0"
|
||||
hex = "0.4.3"
|
||||
|
|
|
|||
|
|
@ -9,6 +9,4 @@ publish = false
|
|||
[dependencies]
|
||||
pallas = { path = "../../pallas" }
|
||||
net2 = "0.2.37"
|
||||
env_logger = "0.10.0"
|
||||
hex = "0.4.3"
|
||||
|
||||
|
|
|
|||
|
|
@ -9,8 +9,5 @@ publish = false
|
|||
[dependencies]
|
||||
pallas = { path = "../../pallas" }
|
||||
net2 = "0.2.37"
|
||||
env_logger = "0.10.0"
|
||||
hex = "0.4.3"
|
||||
log = "0.4.16"
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -9,7 +9,5 @@ publish = false
|
|||
[dependencies]
|
||||
pallas = { path = "../../pallas" }
|
||||
net2 = "0.2.37"
|
||||
env_logger = "0.10.0"
|
||||
hex = "0.4.3"
|
||||
log = "0.4.16"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue