class EL_SHARED_READER_WRITER_TABLE
Shared reader writer table
note
description: "Shared reader writer table"
author: "Finnian Reilly"
copyright: "Copyright (c) 2001-2022 Finnian Reilly"
contact: "finnian at eiffel hyphen loop dot com"
license: "MIT license (See: en.wikipedia.org/wiki/MIT_License)"
date: "2022-11-15 19:56:04 GMT (Tuesday 15th November 2022)"
revision: "2"
deferred class
EL_SHARED_READER_WRITER_TABLE
inherit
EL_ANY_SHARED
feature {NONE} -- Constants
Reader_writer_table: HASH_TABLE [EL_READER_WRITER_INTERFACE [ANY], INTEGER]
once
create Result.make (7)
end
end