From b60ef277cdb7922ecd2df1702a221ca37665518f Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Fri, 4 Jul 2025 16:06:05 +0200 Subject: Minor doc fixes --- docs/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/index.html b/docs/index.html index 96151fe..2e74495 100644 --- a/docs/index.html +++ b/docs/index.html @@ -208,7 +208,7 @@
  • lane_h:cancel(): request the lane to stop running
  • lane_h.error_trace_level: current setting of error logging level
  • lane_h:get_threadname(): read the thread name
  • -
  • lane_h:join(): wait for the lane to terminate (or yield)
  • +
  • lane_h:join(): wait for the lane to close, reading the returned values
  • lane_h:resume(): resume a coroutine Lane
  • lane_h.status: current status of the lane
  • @@ -870,7 +870,7 @@ integer priority: The priority of lanes in the range [-3,+3] (default is 0). These values are a mapping over the actual priority range of the underlying implementation.
    - native_priority: The priority of lanes in a platform-dependent the range. Use lanes.thread_priority_range() to query said range. + native_priority: The priority of lanes in a platform-dependent range. Use lanes.thread_priority_range() to query said range. Implementation and dependability of priorities varies by platform. Especially Linux kernel 2.6 is not supporting priorities in user mode.
    A lane can also change its own thread priority dynamically with lanes.set_thread_priority(). -- cgit v1.2.3-55-g6feb