From 8f29d5d8be568fa006722ae936082eea7d6bd8da Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Wed, 30 Nov 2022 15:40:28 +0100 Subject: [PATCH] ev::dispatch: improve docs --- ev/+linux/loop.ha | 4 ++-- diff --git a/ev/+linux/loop.ha b/ev/+linux/loop.ha index ee4285a9bf3aa3ce9094016b04c7cf578693a5f9..0e5dfc953a8299590281bfc45f817b5657c67f76 100644 --- a/ev/+linux/loop.ha +++ b/ev/+linux/loop.ha @@ -50,8 +50,8 @@ // // A timeout of -1 will block indefinitely until the next event occurs. A // timeout of 0 will cause dispatch to return immediately if no events are // available to process. Portable use of the timeout argument supports only -// millisecond granularity of up to 24 days (INT_MAX milliseconds). Negative -// values other than -1 will cause the program to abort. +// millisecond granularity of up to 24 days ([[types::INT_MAX]] milliseconds). +// Negative values other than -1 will cause the program to abort. // // Returns false if the loop has been stopped via [[stop]], or true otherwise. export fn dispatch( -- 2.48.1