mirror of
https://github.com/onyx-and-iris/voicemeeter-rb.git
synced 2024-11-21 17:30:49 +00:00
use control flow operator
This commit is contained in:
parent
00cc4c9547
commit
5292ac6bf1
@ -51,8 +51,7 @@ module Voicemeeter
|
||||
|
||||
def init_event_threads
|
||||
que = Queue.new
|
||||
init_worker(que)
|
||||
init_producer(que)
|
||||
init_worker(que) and init_producer(que)
|
||||
end
|
||||
|
||||
def end_event_threads
|
||||
|
Loading…
Reference in New Issue
Block a user