1 2 3 4 5 6
// Copyright (c) 2016 DWANGO Co., Ltd. All Rights Reserved. // See the LICENSE file at the top-level directory of this distribution. //! Synchronization primitives. pub mod mpsc; pub mod oneshot;
1 2 3 4 5 6
// Copyright (c) 2016 DWANGO Co., Ltd. All Rights Reserved. // See the LICENSE file at the top-level directory of this distribution. //! Synchronization primitives. pub mod mpsc; pub mod oneshot;