guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Add current-suspendable-io-status parameter


From: Nala Ginrut
Subject: [PATCH] Add current-suspendable-io-status parameter
Date: Mon, 13 May 2019 18:54:38 +0800

Hi folks!
Here's a patch to add current-suspendable-io-status:
Its result is a pair: (finished-bytes . rest-bytes)

This is useful for designing a proper scheduler algorithm for
suspendable I/O operations.
For example, the server-core based on delimited-continuation can
compute a priority based on this status to decide how to schedule the
suspended task.

Comments are welcome.

Best regards.

Attachment: 0001-Add-current-suspendable-io-status.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]