Is `put!` of a `RemoteChannel` thread-safe

Hello,

I have the following RemoteChannel

channel = RemoteChannel(() -> Channel{Bool}(), 1)

Is the put!(channel, true) action thread-safe?

1 Like