Table of Contents

Efl.Io.Closer.close

Description

Closes the Input/Output object.

This operation will be executed immediately and may or may not block the caller thread for some time. The details of blocking behavior is to be defined by the implementation and may be subject to other parameters such as non-blocking flags, maximum timeout or even retry attempts.

You can understand this method as close(2) libc function.

Since 1.22

Signature

close @pure_virtual {
    return: Eina.Error;
}

C signature

Implemented by