Skip to content

Commit 1f2867f

Browse files
authored
Merge pull request #2447 from Kaiepi/async-introspection
Document async socket .native-descriptor
2 parents 8c35ec2 + 8a8289e commit 1f2867f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/Type/IO/Socket/Async.pod6

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,4 +291,10 @@ Returns the port of the local end of this socket.
291291
292292
Returns the port of the remote end of this socket.
293293
294+
=head2 method native-descriptor
295+
296+
method native-descriptor(--> Int)
297+
298+
Returns the file descriptor of this socket.
299+
294300
=end pod

0 commit comments

Comments
 (0)