File tree Expand file tree Collapse file tree 4 files changed +14
-8
lines changed Expand file tree Collapse file tree 4 files changed +14
-8
lines changed Original file line number Diff line number Diff line change 1+ # 0.1.9 (November 7, 2019)  
2+ 
3+ ### Added  
4+ -  Add ` executor::set_default `  which behaves like ` with_default `  but returns a
5+   drop guard (#1725  ).
6+ 
17# 0.1.8 (June 2, 2019)  
28
39### Added  
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ name = "tokio-executor"
88#    - README.md
99#  - Update CHANGELOG.md.
1010#  - Create "v0.1.x" git tag.
11- version  = " 0.1.8 " 
12- documentation  = " https://docs.rs/tokio-executor/0.1.7 /tokio_executor" 
11+ version  = " 0.1.9 " 
12+ documentation  = " https://docs.rs/tokio-executor/0.1.9 /tokio_executor" 
1313repository  = " https://github.com/tokio-rs/tokio" 
1414homepage  = " https://github.com/tokio-rs/tokio" 
1515license  = " MIT" 
Original file line number Diff line number Diff line change 22
33Task execution related traits and utilities.
44
5- [ Documentation] ( https://docs.rs/tokio-executor/0.1.8 /tokio_executor ) 
5+ [ Documentation] ( https://docs.rs/tokio-executor/0.1.9 /tokio_executor ) 
66
77## Overview  
88
@@ -31,10 +31,10 @@ executor, including:
3131
3232*  [ ` Park ` ]  abstracts over blocking and unblocking the current thread.
3333
34- [ `Executor` ] : https://docs.rs/tokio-executor/0.1.8 /tokio_executor/trait.Executor.html 
35- [ `enter` ] : https://docs.rs/tokio-executor/0.1.8 /tokio_executor/fn.enter.html 
36- [ `DefaultExecutor` ] : https://docs.rs/tokio-executor/0.1.8 /tokio_executor/struct.DefaultExecutor.html 
37- [ `Park` ] : https://docs.rs/tokio-executor/0.1.8 /tokio_executor/park/trait.Park.html 
34+ [ `Executor` ] : https://docs.rs/tokio-executor/0.1.9 /tokio_executor/trait.Executor.html 
35+ [ `enter` ] : https://docs.rs/tokio-executor/0.1.9 /tokio_executor/fn.enter.html 
36+ [ `DefaultExecutor` ] : https://docs.rs/tokio-executor/0.1.9 /tokio_executor/struct.DefaultExecutor.html 
37+ [ `Park` ] : https://docs.rs/tokio-executor/0.1.9 /tokio_executor/park/trait.Park.html 
3838
3939## License  
4040
Original file line number Diff line number Diff line change 11#![ deny( missing_docs,  missing_debug_implementations) ]  
2- #![ doc( html_root_url = "https://docs.rs/tokio-executor/0.1.8 " ) ]  
2+ #![ doc( html_root_url = "https://docs.rs/tokio-executor/0.1.9 " ) ]  
33
44//! Task execution related traits and utilities. 
55//! 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments