summaryrefslogtreecommitdiff
path: root/erts/emulator/nifs/common/socket_asyncio.h
Commit message (Collapse)AuthorAgeFilesLines
* [erts|esock] Improved socket close resource cleanupMicael Karlberg2023-04-051-2/+1
| | | | OTP-18029
* [erts|esock] Make cancel recv work on WindowsMicael Karlberg2023-03-311-0/+4
| | | | OTP-18029
* [erts|esock] Unix version of 'cancel send'Micael Karlberg2023-03-311-0/+4
| | | | | | | Moved out the 'cancel send' function into unix I/O backend callback function (since it was essio specific anyway). OTP-18029
* [erts|esock] NIF Resource callback functions for Win32Micael Karlberg2023-03-311-0/+15
| | | | | | | Add I/O backend callbacks for the NIF Resource callback functions; dtor, stop and down. OTP-18029
* [erts|esock] Make accept and accept cancel workMicael Karlberg2023-03-311-0/+4
| | | | OTP-18029
* [erts|esock] Add listenMicael Karlberg2023-03-311-0/+2
| | | | | | | | | Add support for listen. Also add note(s) in the doc for listen (and connect) about the socket having to be bound) on Windows). Also improved top description note. OTP-18029
* [erts|esock] Make connect and connect cancel workMicael Karlberg2023-03-311-0/+3
| | | | | | | Update description note about the messages; completion and select. OTP-18029
* [erts|esock] Add I/O backend info to the info functionMicael Karlberg2023-03-311-0/+1
| | | | OTP-18029
* [erts|esock] Add 'data' argument to the I/O backend init functionMicael Karlberg2023-03-311-1/+2
| | | | OTP-18029
* [erts|esock] Preliminary esaio windows moduleMicael Karlberg2023-03-311-0/+139
Add the first preliminary windows asynch I/O backend file. Only placeholder init and finish functions. OTP-18029