[ library(hash) | Reference Manual | Alphabetic Index ]

hash_terminate_suspensions(+Table)

Wake and terminate all suspensions attached to the hash table
Table
Hash table

Description

Wake all suspensions attached to the hash table and close the corresponding notification port. This informs the suspended goals that there will be no further notifications, and gives them the opportunity to clean themselves up. This should normally be done once the hash table will no longer be used (or modified).

Modes and Determinism

Examples

see hash_insert_suspension/3

See Also

hash_create / 1, hash_insert_suspension / 3