EINTR property

int EINTR

Interrupted system call

Implementation

// ignore: non_constant_identifier_names
static int get EINTR => _platform((_Codes codes) => codes.eintr);