登录 注册
当前位置:主页 > 资源下载 > 5 > libev 的 Common Lisp 绑定

libev 的 Common Lisp 绑定

  • 更新:2024-12-12 18:13:50
  • 大小:11KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

排放量 LEV 是 Common Lisp 的绑定。 用法 (ql:quickload :lev) (cffi:defcallback stdin-cb :void ((evloop :pointer) (io :pointer) (revents :int)) (declare (ignore revents)) ( format t " stdin ready~% " ) (lev:ev-io-stop evloop io)) (cffi:defcallback timeout-cb :void ((evloop :pointer) (timer :pointer) (revents :int)) (declare (ignore timer revents)) ( format t " timeout~% " ) (lev:ev-break evloop le