notes/pl/java/features/io/nio.txt
Ihar Hancharenka fdbe74fe0d m
2025-01-23 13:30:47 +03:00

7 строки
287 B
Plaintext

2025
Otus - Rudnov - NIO2 intro of 1:37:09
https://www.youtube.com/watch?v=apDCLGEcRB8
! 23:00 nio is buffer/channel oriented and non-blocking
! 55:00 need to call .flip() for channel in order to switch writer/read
! 1:05:00 selector - entity for waiting events impl