Hello,
I have the following RemoteChannel
channel = RemoteChannel(() -> Channel{Bool}(), 1)
Is the put!(channel, true)
action thread-safe?
Hello,
I have the following RemoteChannel
channel = RemoteChannel(() -> Channel{Bool}(), 1)
Is the put!(channel, true)
action thread-safe?