#what's os.E.TIME

1 messages · Page 1 of 1 (latest)

keen osprey
#

can't find it from official documentation, I found the code @enumToInt(os.E.TIME) from github, thank!

sinful cloak
#

E is an enum of os specific errno codes

dusky quarry
#
ETIME  Timer expired (POSIX.1 (XSI STREAMS option)).

              (POSIX.1 says "STREAM ioctl(2) timeout".)
#

and you probably should prefer that