class Concurrent::Event

def set

Experimental RBS support (using type sampling data from the type_fusion project).

def set: () -> true

This signature was generated using 3 samples from 3 applications.

Returns:
  • (Boolean) - should always return `true`
def set
  synchronize { ns_set }
end