aboutsummaryrefslogtreecommitdiffstats
path: root/HOWTO
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2018-10-10 16:19:02 +0200
committerLukas Larsson <[email protected]>2018-12-03 13:34:05 +0100
commita2d9a51091578da0ef41fbd91b281091d20aca2b (patch)
tree7b2c7cebc766911e1f5b308e2c6c4162f1a003d3 /HOWTO
parentd4440ce1793638f8daca35a32936d3005cc3be7a (diff)
downloadotp-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 'HOWTO')
0 files changed, 0 insertions, 0 deletions