mirror of https://github.com/fafhrd91/actix-net
Update doc and changes.md
This commit is contained in:
parent
4b0808de64
commit
3295aabf67
|
@ -1,5 +1,9 @@
|
|||
# Changes
|
||||
|
||||
## [TBD] - [TBD]
|
||||
|
||||
- Expose `System::is_set` to check if current system is running
|
||||
|
||||
## [1.0.0] - 2019-12-11
|
||||
|
||||
* Update dependencies
|
||||
|
|
|
@ -79,7 +79,7 @@ impl System {
|
|||
})
|
||||
}
|
||||
|
||||
/// Check current system is running.
|
||||
/// Check if current system is running.
|
||||
pub fn is_set() -> bool {
|
||||
CURRENT.with(|cell| cell.borrow().is_some())
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue