mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
Timing tweaks and minor optimisation
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@10266 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
96aee78f1a
commit
55459b00d7
4 changed files with 57 additions and 19 deletions
|
@ -2324,7 +2324,7 @@ static BOOL multi_threaded = NO;
|
|||
NSPortCoder *rmc;
|
||||
GSIMapNode node;
|
||||
NSDate *timeout_date = nil;
|
||||
NSTimeInterval delay_interval = 0.001;
|
||||
NSTimeInterval delay_interval = 0.0001;
|
||||
NSDate *delay_date = nil;
|
||||
NSRunLoop *runLoop = [runLoopClass currentRunLoop];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue