Oh, my GoD! Goroutines on D
    Johannes Loher 
    johannes.loher at fg4f.de
       
    Tue May 26 02:17:19 UTC 2020
    
    
  
On Tuesday, 26 May 2020 at 01:27:49 UTC, Mathias LANG wrote:
> - Direct hand-off semantic for same-thread message passing: 
> Meaning that if Fiber A sends a message to Fiber B, and they 
> are both in the same thread, there is an immediate context 
> switch from A to B, without going through the scheduler;
I believe Weka did that with their own fiber implementation in 
Mecca. I think I remember  Shachar mentioning this during his 
talk at DConf (2018?)
    
    
More information about the Digitalmars-d
mailing list