Subversion Repositories HelenOS

Rev

Rev 1923 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1923 Rev 1971
Line 34... Line 34...
34
 
34
 
35
/**
35
/**
36
 * Asynchronous library
36
 * Asynchronous library
37
 *
37
 *
38
 * The aim of this library is facilitating writing programs utilizing
38
 * The aim of this library is facilitating writing programs utilizing
39
 * the asynchronous nature of Helenos IPC, yet using a normal way
39
 * the asynchronous nature of HelenOS IPC, yet using a normal way
40
 * of programming.
40
 * of programming.
41
 *
41
 *
42
 * You should be able to write very simple multithreaded programs,
42
 * You should be able to write very simple multithreaded programs,
43
 * the async framework will automatically take care of most synchronization
43
 * the async framework will automatically take care of most synchronization
44
 * problems.
44
 * problems.