From 107b4c2c7c869caf9c186b4a6ebd26eb749c7e46 Mon Sep 17 00:00:00 2001 From: Dmitry Kolesnikov Date: Mon, 24 Aug 2015 16:59:23 +0300 Subject: [PATCH] update todo list --- src/pts.erl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/pts.erl b/src/pts.erl index 72fda87..bb53399 100644 --- a/src/pts.erl +++ b/src/pts.erl @@ -19,6 +19,9 @@ %% @description %% In-Process Term Storage: the library provides hashtable-like interface %% to manipulate data distributed through Erlang processes. +%% +%% @todo +%% * put / get only if process exists -module(pts). -author('Dmitry Kolesnikov ').