void GB.Watch ( int fd , int flag , void * callback, long param )
Asks the interpreter to watch or to stop watching a specific file descriptor.
GB_WATCH_NONE
, to stop watching.
GB_WATCH_READ
, to watch for reading.
GB_WATCH_WRITE
, to watch for writing.
GB_WATCH_READ_WRITE
, to watch for both reading and writing.