summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/fiber.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/fiber.md b/doc/fiber.md
index f0785d8ae6..a334faf739 100644
--- a/doc/fiber.md
+++ b/doc/fiber.md
@@ -83,6 +83,7 @@ class Scheduler
end
# Read from the given io into the specified buffer.
+ # WARNING: Experimental hook! Do not use in production code!
# @parameter io [IO] The io to read from.
# @parameter buffer [IO::Buffer] The buffer to read into.
# @parameter length [Integer] The minimum amount to read.
@@ -90,6 +91,7 @@ class Scheduler
end
# Write from the given buffer into the specified IO.
+ # WARNING: Experimental hook! Do not use in production code!
# @parameter io [IO] The io to write to.
# @parameter buffer [IO::Buffer] The buffer to write from.
# @parameter length [Integer] The minimum amount to write.