Download List

项目描述

The GUASI library implements a thread based
generic asyncronous execution engine, to be used
to give otherwise synchronous calls an
asynchronous behavior. It can be used to wrap any
synchronous call so that it can be scheduled for
execution and whose result can be fetched at a
later time (hence not blocking the submitter
thread). The GUASI library can be used as a
complement to standard event retrieval interfaces
like poll(2), select(2), or epoll(4).

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2007-04-10 09:57
0.24

在GUASI处理创建API改为删除堆栈大小。
标签: Code cleanup
The GUASI handle creation API was changed to remove the stack size.

2007-03-22 22:02
0.21

在虚拟机足迹也已大大减少了使用分配的栈库和自定义清理能力已经被添加到提交的API。
标签: Minor feature enhancements
The VM footprint has been greatly reduced by using library allocated stacks, and custom cleanup capabilities have been added to the submit API.

2007-02-26 15:08
0.17

标签: Initial freshmeat announcement

Project Resources