mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 08:05:37 +00:00
FS-4841 --resolve we will remove this, it clearly is not helping
This commit is contained in:
parent
395b7a9799
commit
35f98c1350
@ -150,7 +150,6 @@ SWITCH_DECLARE(void) switch_os_yield(void)
|
||||
#if defined(WIN32)
|
||||
SwitchToThread();
|
||||
#else
|
||||
usleep(1);
|
||||
sched_yield();
|
||||
#endif
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user