diff options
author | Lukas Larsson <[email protected]> | 2018-10-10 16:19:02 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2018-12-03 13:34:05 +0100 |
commit | a2d9a51091578da0ef41fbd91b281091d20aca2b (patch) | |
tree | 7b2c7cebc766911e1f5b308e2c6c4162f1a003d3 /otp_build | |
parent | d4440ce1793638f8daca35a32936d3005cc3be7a (diff) | |
download | otp-a2d9a51091578da0ef41fbd91b281091d20aca2b.tar.gz otp-a2d9a51091578da0ef41fbd91b281091d20aca2b.tar.bz2 otp-a2d9a51091578da0ef41fbd91b281091d20aca2b.zip |
erts: Implement delay_send using timer instead of poll
The previous implementation uses a round-trip in the poll-set
to simulate a yield of the port context. With the poll thread
implementation this is no longer a good idea as it generated a
lot more work for the system. So this commit changes the
implementation to use a timer instead.
OTP-15471
Diffstat (limited to 'otp_build')
0 files changed, 0 insertions, 0 deletions