Next: , Previous: , Up: iklib conditions   [Index]


6.12.5 Reporting EAGAIN exceptions

The following bindings are exported by the library (vicare).

Condition Type: &i/o-eagain

Used to signal that a system call returned with errno set to EAGAIN. It is derived from &i/o.

Function: make-i/o-eagain

Return a new condition object of type &i/o-eagain.

Function: i/o-eagain-error? obj

Return #t if obj is a condition object of type &i/o-eagain.