mirror of
https://github.com/onyx-and-iris/voicemeeter-rb.git
synced 2024-11-22 01:40: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
|
def init_event_threads
|
||||||
que = Queue.new
|
que = Queue.new
|
||||||
init_worker(que)
|
init_worker(que) and init_producer(que)
|
||||||
init_producer(que)
|
|
||||||
end
|
end
|
||||||
|
|
||||||
def end_event_threads
|
def end_event_threads
|
||||||
|
Loading…
Reference in New Issue
Block a user