We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
harvest_honey
stateless
terminated
canceled
stop_bee/2
{module(), atom(), [any]}
run
ensure/1
{:continue, delay} | :continue | :halt
brew_honey_sync/4
confirm/1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
0.1.0 TODOs
harvest_honey
函数,取走结果(返回结果,删除 bee)stateless
选项,完成后立即删除,不保存结果terminated
)canceled
)stop_bee/2
函数,结合取消和终止效果。{module(), atom(), [any]}
的run
参数ensure/1
调用可能出错,需要包装{:continue, delay} | :continue | :halt
)brew_honey_sync/4
函数)0.2.0 TODOs
ensure/1
函数为confirm/1
。如果传递的是 ensure 函数,则添加编译警告。1.0.0 TODOs
The text was updated successfully, but these errors were encountered: