EINTR property
Interrupted system call
Implementation
// ignore: non_constant_identifier_names
static int get EINTR => _platform((_Codes codes) => codes.eintr);
Interrupted system call
// ignore: non_constant_identifier_names
static int get EINTR => _platform((_Codes codes) => codes.eintr);