Skip to content

Commit 408d7c2

Browse files
committed
Web.AsyncHTTP: Added TODO about async python3.
1 parent 26bc379 commit 408d7c2

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

autoload/vital/__vital__/Web/AsyncHTTP.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ function! s:_get_client(settings) abort
110110
endfunction
111111

112112
" implements clients
113+
" TODO: Implement async python3 mechanism and add document.
113114
let s:clients = {}
114115

115116
let s:clients.curl = {}

doc/vital/Web/AsyncHTTP.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ Data structure as |Directory| like following.
201201
CLIENT *Vital.Web.AsyncHTTP-client*
202202

203203
The following can be used.
204+
(TODO: Implement async python3 mechanism and add document.)
204205

205206
curl *Vital.Web.AsyncHTTP-client-curl*
206207
Use curl command.

0 commit comments

Comments
 (0)