Skip to content

Commit

Permalink
add: stateBlock basin structure
Browse files Browse the repository at this point in the history
  • Loading branch information
justRkive committed Aug 1, 2024
1 parent 11545ac commit c38d54b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/async_resolver/state_block.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/// This struct represent the state of information of a pending request.
pub struct StateBlock {
timestamp: u64,
}

0 comments on commit c38d54b

Please sign in to comment.