LWN.net Logo

LCA: A new approach to asynchronous I/O

LCA: A new approach to asynchronous I/O

Posted Feb 9, 2009 11:43 UTC (Mon) by muwlgr (guest, #35359)
Parent article: LCA: A new approach to asynchronous I/O

This stuff strongly resembles me the "delayed evaluation" mechanism popular in some high-level non-C languages. Like, functional objects, closures, continuations (in Scheme) or promises (in E-Rights). Too bad that functions are not 1st-class objects in C so they could not be made asynchronous in unified way (by wrapping, decoration, or whatever).


(Log in to post comments)

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds