Skip to content

Commit a8f777b

Browse files
committed
update handle documentation
1 parent 7fa1be5 commit a8f777b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/shims/windows/handle.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ use std::mem::variant_count;
33

44
use crate::*;
55

6+
/// A Windows `HANDLE` that represents a resource instead of being null or a pseudohandle.
7+
///
8+
/// This is a seperate type from [`Handle`] to simplify the packing and unpacking code.
69
#[derive(Clone, Copy)]
710
enum RealHandle {
811
Thread(ThreadId),

0 commit comments

Comments
 (0)