mirror of
https://github.com/ksherlock/TwoTerm.git
synced 2026-04-22 02:16:39 +00:00
use gcd to read child data and monitor if child is still alive.
git-svn-id: svn://qnap.local/TwoTerm/branches/gcd_dispatch@3105 5590a31f-7b70-45f8-8c82-aa3a8e5f4507
This commit is contained in:
@@ -30,6 +30,12 @@
|
||||
|
||||
int _child;
|
||||
|
||||
int _fd;
|
||||
pid_t _pid;
|
||||
|
||||
dispatch_source_t _read_source;
|
||||
dispatch_source_t _wait_source;
|
||||
|
||||
}
|
||||
|
||||
@property (nonatomic, retain) NSDictionary *parameters;
|
||||
|
||||
Reference in New Issue
Block a user