Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: startup funcall to promise.process like #24

Open
tsuyoshicho opened this issue May 9, 2019 · 6 comments
Open

feat: startup funcall to promise.process like #24

tsuyoshicho opened this issue May 9, 2019 · 6 comments
Assignees

Comments

@tsuyoshicho
Copy link
Owner

see vital-Whisky/Process.txt at master · lambdalisue/vital-Whisky

totaly, gpg call cmd handling and keeping to startup resolver(currently stay only let val/funcall,process same normal)

@tsuyoshicho
Copy link
Owner Author

remain:
non-agent passpharase resolve sequencial need.

@tsuyoshicho tsuyoshicho self-assigned this May 9, 2019
@tsuyoshicho
Copy link
Owner Author

simplify - function only one.

call entry-value return (return promise)Funcref

  • setup - keep fn and resolve (passphrase pre checked)
  • normal - just time call(fn).wait()

@tsuyoshicho
Copy link
Owner Author

setup need then(result -> getvalue(result)).then(setvalue)?

error handling need (no entry data...)

@tsuyoshicho
Copy link
Owner Author

Call Path

call pass#get_startup
call create_generator

create_generator
call Async.Promise.Process.strart(cmd)
then (reslove -> value_select(resolve.stdout))
then (resolve -> value_set(resolve)
catch (error msg)

@tsuyoshicho
Copy link
Owner Author

startup using promise.defferd

then (call resolver)

@tsuyoshicho
Copy link
Owner Author

総合的なリファクタリングが必要
他をちゃんと整理完結させてから

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant