class Concurrent::Event

def ns_set

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

def ns_set: () -> true

This signature was generated using 1 sample from 1 application.

def ns_set
  unless @set
    @set = true
    ns_broadcast
  end
  true
end