You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am writing a plugin, which needs to do some i/o jobs on setup and later. So i want to to all of this async and without callbacks.
Is there some simple example from scratch, which explains how to organise all this calls, starting from setup function?
But it is not obvious, from which context i should invoke it. All i doing now is reading telescope and neotree sources to figure out how to use it, but it's hard way, i would prefer some more simple project to research.
The text was updated successfully, but these errors were encountered:
I am writing a plugin, which needs to do some i/o jobs on setup and later. So i want to to all of this async and without callbacks.
Is there some simple example from scratch, which explains how to organise all this calls, starting from
setup
function?In readme you give example of async reading like
But it is not obvious, from which context i should invoke it. All i doing now is reading
telescope
andneotree
sources to figure out how to use it, but it's hard way, i would prefer some more simple project to research.The text was updated successfully, but these errors were encountered: