mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-06-23 13:54:10 -04:00
fix head issue and refactor
This commit is contained in:
parent
c48305cba1
commit
48c9c67ab8
20 changed files with 229 additions and 327 deletions
|
@ -24,7 +24,8 @@ class SingleStatelessProcessor {
|
|||
});
|
||||
}
|
||||
|
||||
// Like update, but with a busy wrapper that clears once the updating is finished
|
||||
// Like update, but with a busy wrapper that
|
||||
// clears once the updating is finished
|
||||
void busyUpdate<T, S>(
|
||||
Future<void> Function(Future<void> Function(void Function(S))) busy,
|
||||
Future<void> Function(void Function(S)) closure) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue