gstreamer-rs/gstreamer-net/src
Sebastian Dröge 2ba5105b80 Implement Sync/Send for more types and don't implement Send for TypeFind
They can actually be shared with multiple threads at the same time
safely as all functions requiring an immutable reference are
thread-safe.

OTOH TypeFind can't be shared safely between different threads as not
all implementations of the TypeFind struct are thread-safe.
2019-12-18 18:37:44 +02:00
..
auto Use Results instead of Options where they signal an error instead of just a missing value 2019-12-17 22:21:28 +02:00
lib.rs Fix glib reexports 2019-11-11 11:34:09 +01:00
net_address_meta.rs Implement Sync/Send for more types and don't implement Send for TypeFind 2019-12-18 18:37:44 +02:00
net_client_clock.rs Remove various Into<Option<_>> trait bounds from functions 2019-05-24 10:04:16 +00:00
net_time_provider.rs Remove various Into<Option<_>> trait bounds from functions 2019-05-24 10:04:16 +00:00
ntp_clock.rs Remove various Into<Option<_>> trait bounds from functions 2019-05-24 10:04:16 +00:00
ptp_clock.rs Remove various Into<Option<_>> trait bounds from functions 2019-05-24 10:04:16 +00:00