Skip to content

Commit

Permalink
disclaimer.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
robashton committed Jul 7, 2019
1 parent 6cb5d5e commit ee51809
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -82,3 +82,8 @@ start = App.simpleStart MyGenSup.startLink

An end-to-end example can be found in the [demo project](https://github.com/id3as/demo-ps)

Disclaimer
==

This software, and the opinionated libraries written to support it are very much "works in progress" - we are actively using and building these libraries out for use in own commercial software and can and will be making any changes required to further support that development. As such, they come without support and a disclaimer very much of "be it on your own heads". That said - feel free to reach out and talk to us if you have ideas though, improvements and suggestions are welcome in pull requests and conversation.

4 changes: 4 additions & 0 deletions src/Pinto/Gen.erl
Expand Up @@ -25,6 +25,10 @@
terminate/2,
code_change/3]).

-ffi([
startLinkImpl/2
]).

doCallImpl(Name, Fn) -> fun() ->
gen_server:call(Name, { wrapped_effectful_call, Fn })
end.
Expand Down

0 comments on commit ee51809

Please sign in to comment.