mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-06-27 15:47:08 -04:00
messages work
This commit is contained in:
parent
43dbf26cc0
commit
634543910b
47 changed files with 2206 additions and 123 deletions
11
packages/mutex/lib/mutex.dart
Normal file
11
packages/mutex/lib/mutex.dart
Normal file
|
@ -0,0 +1,11 @@
|
|||
// Copyright (c) 2016, Hoylen Sue. All rights reserved. Use of this source code
|
||||
// is governed by a BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
/// Mutual exclusion.
|
||||
///
|
||||
library mutex;
|
||||
|
||||
import 'dart:async';
|
||||
|
||||
part 'src/mutex.dart';
|
||||
part 'src/read_write_mutex.dart';
|
Loading…
Add table
Add a link
Reference in a new issue