unit
threaded_netio


unit threaded_netio = {
imports[
netio : NetIO_T
iids : { oskit_iunknown_iid
oskit_netio_iid }
pthreads : PThread_T
panic : Panic_T
malloc : Malloc_T
];
exports[
out : NetIO_T
];
...
}


Rendered using Haskell HTML Combinators