mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
sync: make sync.Direction public (#19047)
This commit is contained in:
parent
8ee1667a9a
commit
fe9bdd4168
@ -26,7 +26,7 @@ mut:
|
||||
nxt &Subscription = unsafe { nil }
|
||||
}
|
||||
|
||||
enum Direction {
|
||||
pub enum Direction {
|
||||
pop
|
||||
push
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user