On Fri, Jan 23, 2015 at 5:45 PM, Martynas Mickevičius <
[email protected]> wrote:

> There was a discussion on a similar but not completely exact topic that
> you described here <https://github.com/akka/akka/issues/16454>.
>

umm, no, that is slightly different if I understood the proposal correctly.


>
> Since you do not want to produce ticks at all if the previous source is
> still not complete, I think you will have to fallback to ActorPublisher and
> implement it.
>
> On Thu, Jan 22, 2015 at 9:11 PM, Boris Lopukhov <[email protected]> wrote:
>
>> Hi all!
>>
>> How can i do a Source[Source[String]] that periodically emit the
>> Source[String] with the specified interval, but only if the previous
>> Source[String] is complete?
>>
>
Can you specify this further? Also I would be happy to know the actual
use-case because nesting streams is usually a road to much pain if not done
carefully so I would investigate first if there is a graph alternative for
the use-case.

-Endre



>
>>  --
>> >>>>>>>>>> Read the docs: http://akka.io/docs/
>> >>>>>>>>>> Check the FAQ:
>> http://doc.akka.io/docs/akka/current/additional/faq.html
>> >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "Akka User List" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to [email protected].
>> To post to this group, send email to [email protected].
>> Visit this group at http://groups.google.com/group/akka-user.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> --
> Martynas Mickevičius
> Typesafe <http://typesafe.com/> – Reactive
> <http://www.reactivemanifesto.org/> Apps on the JVM
>
> --
> >>>>>>>>>> Read the docs: http://akka.io/docs/
> >>>>>>>>>> Check the FAQ:
> http://doc.akka.io/docs/akka/current/additional/faq.html
> >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user
> ---
> You received this message because you are subscribed to the Google Groups
> "Akka User List" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/akka-user.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
>>>>>>>>>>      Read the docs: http://akka.io/docs/
>>>>>>>>>>      Check the FAQ: 
>>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>>      Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to