Merge branch 'master' into modernize-stage2
This commit is contained in:
commit
89310dad56
@ -26,7 +26,7 @@ pub fn Future(comptime T: type) type {
|
||||
pub fn init() Self {
|
||||
return Self{
|
||||
.lock = Lock.initLocked(),
|
||||
.available = 0,
|
||||
.available = .NotStarted,
|
||||
.data = undefined,
|
||||
};
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*
|
||||
/*
|
||||
* Copyright (c) 2015 Andrew Kelley
|
||||
*
|
||||
* This file is part of zig, which is MIT licensed.
|
||||
|
Loading…
x
Reference in New Issue
Block a user