hkaiser changed the topic of #ste||ar to: STE||AR: Systems Technology, Emergent Parallelism, and Algorithm Research | stellar-group.org | HPX: A cure for performance impaired parallel applications | github.com/STEllAR-GROUP/hpx | This channel is logged: irclog.cct.lsu.edu
HHN93 has quit [Quit: Client closed]
Yorlik__ has joined #ste||ar
Yorlik_ has quit [Ping timeout: 250 seconds]
hkaiser has quit [Quit: Bye!]
jbjnr[m] has quit [Remote host closed the connection]
tufei has quit [Remote host closed the connection]
tufei has joined #ste||ar
Arnav-Negi has joined #ste||ar
tufei has quit [Write error: Connection reset by peer]
tufei has joined #ste||ar
<Arnav-Negi>
I had a doubt regarding service_executors, I'm working on an old hpx program that usesthem and it uses a method "add"
<Arnav-Negi>
building the program fails and the error says that io_pool_executor has no member add
<Arnav-Negi>
So how do I run a function on an executor now, I'm assuming the interface has since changed
<zao>
Arnav-Negi: Squinting at examples, it seems like you might want the `post`, `sync_execute` or `async_execute` free functions.