Browse thread
systhreads/threadUnix.ml{,i} missing select
- John Prevost
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | John Prevost <prevost@m...> |
| Subject: | systhreads/threadUnix.ml{,i} missing select |
The interface and implementation of ThreadUnix in the systhreads package do not contain select, though the bytecode level threads do. The fix is pretty trivial, so I just thought I'd point it out. John.